export interface ISwaggerDiscriminator { propertyName: string; mapping?: { [key: string]: string; }; }