We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad72eba commit a181adbCopy full SHA for a181adb
1 file changed
packages/database/types.gen.ts
@@ -7,31 +7,6 @@ export type Json =
7
| Json[]
8
9
export type Database = {
10
- graphql_public: {
11
- Tables: {
12
- [_ in never]: never
13
- }
14
- Views: {
15
16
17
- Functions: {
18
- graphql: {
19
- Args: {
20
- operationName?: string
21
- query?: string
22
- variables?: Json
23
- extensions?: Json
24
25
- Returns: Json
26
27
28
- Enums: {
29
30
31
- CompositeTypes: {
32
33
34
35
public: {
36
Tables: {
37
Account: {
@@ -769,9 +744,6 @@ export type CompositeTypes<
769
744
: never
770
745
771
746
export const Constants = {
772
773
- Enums: {},
774
- },
775
747
776
748
Enums: {
777
749
EmbeddingName: [
0 commit comments