UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

3 lines (2 loc) 166 B
import { AnyRecord } from '../types/asyncapi.js'; export declare const getEnumValues: (value: AnyRecord | undefined) => Array<string | number | boolean> | undefined;