UNPKG

@hasura/metadata-api

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