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; } Type declaration
Optional content?: string
Optional dedicated_worker?: boolean
Optional kind?: "code" | "identity" | "http"
Optional language?: "python3" | "deno" | "go" | "bash" | "powershell" | "postgresql" | "mysql" | "bigquery" | "snowflake" | "mssql" | "graphql" | "nativets" | "bun" | "php"
Optional lock?: string
Optional path?: string
Optional tag?: string