UNPKG

@hasura/metadata-api

Version:
6 lines (5 loc) 150 B
import type { PostgresBoolExp } from './PostgresBoolExp'; export type PostgresDelPerm = { backend_only?: boolean; filter: PostgresBoolExp; };