UNPKG

@hasura/metadata-api

Version:
9 lines (8 loc) 259 B
export type CockroachComputedFieldMetadata = { comment?: string | null; /** * value with unspecified type - this is a placeholder that will eventually be replaced with a more detailed description */ definition: any; name: string; };