Documentation
    Preparing search index...

    Variable TableSchemaConst

    TableSchema: ZodObject<
        {
            name: ZodString;
            schema: ZodString;
            type: ZodEnum<{ table: "table"; view: "view" }>;
        },
        $strip,
    > = ...