UNPKG

@hasura/metadata-api

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