GenericSchema: {
    Functions: Record<string, GenericFunction>;
    Tables: Record<string, GenericTable>;
    Views: Record<string, GenericView>;
}

Type declaration

Generated using TypeDoc