UNPKG

@datocms/cma-client

Version:
8 lines (7 loc) 133 B
/** * Only accept a specific set of values. */ export type EnumValidator = { /** Set of allowed values */ values: string[]; };