UNPKG

@hasura/metadata-api

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