Skip to main content
Go to Latest
File
import { Page } from "../deps.ts";
export interface PublishPage extends Page { data: { draft?: boolean; site: { publish: { types: string[]; platforms: string[]; }; }; type: string; publish?: { [index: string]: string }; };}