Documentation
    Preparing search index...

    Variable TablesSchemaConst

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