Files
supabase/studio/components/interfaces/index.ts
Jonathan Summers-Muir d7fa6997e4 feat: new auth providers form
• added new mobx store for config
• using yup() for validation schema
• tried to follow some conventions of JSONSchema, but can do better. can investigate some schema-to-yup solutions later so things can be more JSONSchema.
• made up a few parts of JSONSchema to show/hide properties - not following any official convention.
2022-05-12 10:35:41 +08:00

7 lines
147 B
TypeScript

import TableGridEditor from './TableGridEditor'
import SQLEditor from './SQLEditor'
export * from './Auth'
export { TableGridEditor, SQLEditor }