Type Alias Preview

Preview: {
    args: ScriptArgs;
    content?: string;
    dedicated_worker?: boolean;
    kind?: "code" | "identity" | "http";
    language?:
        | "python3"
        | "deno"
        | "go"
        | "bash"
        | "powershell"
        | "postgresql"
        | "mysql"
        | "bigquery"
        | "snowflake"
        | "mssql"
        | "graphql"
        | "nativets"
        | "bun"
        | "php";
    lock?: string;
    path?: string;
    tag?: string;
}