UNPKG

@k11r/nx-cloudflare-wrangler

Version:
9 lines (8 loc) 193 B
export interface PagesDeployExecutorSchema { dist?: string; projectName?: string; branch?: string; commitHash?: string; commitMessage?: string; commitDirty?: boolean; }