UNPKG

@hasura/metadata-api

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