UNPKG

@hasura/metadata-api

Version:
7 lines (6 loc) 179 B
import type { PostgresInsPerm } from './PostgresInsPerm'; export type PostgresInsertPermDef = { comment?: string | null; permission: PostgresInsPerm; role: string; };