UNPKG

110 BTypeScriptView Raw
1export interface EnumMetadata {
2 enumObj: object;
3 name: string;
4 description: string | undefined;
5}