DiscriminatorOptions


type DiscriminatorOptions = {
    name: string;
    schema: Schema;
    value?: string;
};