fix: 🐛 Fix duplication when customDomain is set
This commit is contained in:
@ -6,7 +6,7 @@ import { Variable } from './variable'
|
||||
|
||||
export type Typebot = Omit<
|
||||
TypebotFromPrisma,
|
||||
'blocks' | 'theme' | 'settings' | 'variables' | 'edges' | 'createdAt'
|
||||
'blocks' | 'theme' | 'settings' | 'variables' | 'edges'
|
||||
> & {
|
||||
blocks: Block[]
|
||||
variables: Variable[]
|
||||
|
Reference in New Issue
Block a user