Type Alias AntSeatLegendLoaded

AntSeatLegendLoaded: {
    payload: {
        category: { key: string; price: { currency: string; value: number } }[];
    };
}

Type declaration

  • payload: { category: { key: string; price: { currency: string; value: number } }[] }