UNPKG

@hasura/metadata-api

Version:
8 lines (7 loc) 217 B
import type { PostgresBoolExp } from './PostgresBoolExp'; export type PostgresInsPerm = { backend_only?: boolean; check: PostgresBoolExp; columns?: ('*' | Array<string>); set?: Record<string, any>; };