interface NetRateSchemas {
    aiMatch?: {
        matchType: Mode;
        price: number;
    }[];
    mtMatch: {
        matchType: Mode;
        price: number;
    }[];
    suggestionMatch: {
        matchType: Mode;
        price: number;
    }[];
    tmMatch: {
        matchType: Mode;
        price: number;
    }[];
}

Properties

aiMatch?: {
    matchType: Mode;
    price: number;
}[]
mtMatch: {
    matchType: Mode;
    price: number;
}[]
suggestionMatch: {
    matchType: Mode;
    price: number;
}[]
tmMatch: {
    matchType: Mode;
    price: number;
}[]