export interface ISwaggerExample { summary?: string; description?: string; value?: unknown; externalValue?: string; }