UNPKG

@t1mmen/srtd

Version:

Supabase Repeatable Template Definitions (srtd): 🪄 Live-reloading SQL templates for Supabase DX. Make your database changes reviewable and migrations maintainable! 🚀

15 lines (14 loc) • 341 B
import React from 'react'; import zod from 'zod'; export declare const options: zod.ZodObject<{ force: zod.ZodBoolean; }, "strip", zod.ZodTypeAny, { force: boolean; }, { force: boolean; }>; type Props = { options: zod.infer<typeof options>; }; export default function Apply({ options }: Props): React.JSX.Element; export {};