UNPKG

@hasura/metadata-api

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