// Do not edit this file manually import { parseBlockCredentials, parseBlockSchema } from '@typebot.io/forge' import { nocodbBlock } from '.' import { auth } from './auth' export const nocodbBlockSchema = parseBlockSchema(nocodbBlock) export const nocodbCredentialsSchema = parseBlockCredentials( nocodbBlock.id, auth.schema )