Variable deleteTableAtomConst

deleteTableAtom: PrimitiveAtom<undefined | ((id: string) => Promise<void>)> & WithInitialValue<undefined | ((id: string) => Promise<void>)> = ...

Stores a function to delete a table and its schema doc

Generated using TypeDoc