TypeAlias.LlmUsageByOrganization
type LlmUsageByOrganization = {
organizationId: string;
organizationName: string;
requestCount: number;
totalCost?: number;
totalTokens: number;
};
Type Declaration
| Name | Type |
|---|---|
organizationId | string |
organizationName | string |
requestCount | number |
totalCost? | number |
totalTokens | number |