UNPKG

@hasura/metadata-api

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