gatelineAPI reference
interface RunScaffold {
    branch: string;
    clientKey: null | string;
    files: Record<string, string>;
    message: string;
    slug: string;
}

Properties

branch: string
clientKey: null | string
files: Record<string, string>
message: string
slug: string