Skip to content

ApprovalCheckpoint

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/packages/doc-automation/src/v2/types/common.types.ts

Properties

PropertyType
checkpointIdstring
createdAtDate
expiresAtDate
discoveredStructure`{
categories: ApprovalCategory[];
totalDocuments: number;
totalScreenshots: number;
estimatedDurationMinutes: number;

}| |costEstimate|{ claudeTokens: number; openaiTokens: number; estimatedCostUsd: number; costRange: { min: number; max: number }; }| |userAction|'approved' | 'modified' | 'cancelled'| |userModifications|StructureModification[]| |approvedAt|Date| |approvedBy|string` |

Was this page helpful?

Download as PDF