interface AiReportTokenUsage {
    schema: AiReportGeneralSchema;
    type: "tokens-usage-raw-data";
}

Properties

Properties

type