- Prefijo v2: MCH - TRACEABILITY-MASTER.yml creado - Listo para integracion como submodulo Workspace: v2.0.0 | SIMCO: v4.0.0
14 lines
286 B
TypeScript
14 lines
286 B
TypeScript
export declare class TokenUsage {
|
|
id: string;
|
|
tenantId: string;
|
|
tokensUsed: number;
|
|
action: string;
|
|
description: string;
|
|
model: string;
|
|
inputTokens: number;
|
|
outputTokens: number;
|
|
referenceType: string;
|
|
referenceId: string;
|
|
createdAt: Date;
|
|
}
|