interface DiscriminatorObject {
    mapping?: {
        [value: string]: string;
    };
    propertyName: string;
}

Properties

mapping?: {
    [value: string]: string;
}

Type declaration

  • [value: string]: string
propertyName: string

Generated using TypeDoc