Skip to main content

TypeAlias.LlmUsageByOrganization

type LlmUsageByOrganization = {
organizationId: string;
organizationName: string;
requestCount: number;
totalCost?: number;
totalTokens: number;
};

Type Declaration

NameType
organizationIdstring
organizationNamestring
requestCountnumber
totalCost?number
totalTokensnumber