7 lines
280 B
TypeScript
7 lines
280 B
TypeScript
![]() |
// Do not edit this file manually
|
||
|
import { parseBlockCredentials, parseBlockSchema } from '@typebot.io/forge'
|
||
|
import { nocodbBlock } from '.'
|
||
|
|
||
|
export const nocodbBlockSchema = parseBlockSchema(nocodbBlock)
|
||
|
export const nocodbCredentialsSchema = parseBlockCredentials(nocodbBlock)
|