Skip to content

Commit

Permalink
update supabase types
Browse files Browse the repository at this point in the history
  • Loading branch information
subru-37 committed Nov 3, 2024
1 parent 489d03e commit a356e21
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions apps/core-admin/src/utils/supabaseTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,24 @@ export type Database = {
}
Relationships: []
}
Otp: {
Row: {
code: number
email: string
id: string
}
Insert: {
code: number
email: string
id?: string
}
Update: {
code?: number
email?: string
id?: string
}
Relationships: []
}
Projects: {
Row: {
description: string | null
Expand Down

0 comments on commit a356e21

Please sign in to comment.