export interface EnumMetadata {
    ref: object;
    name: string;
    description?: string;
}
