feat: add call checks

This commit is contained in:
2024-12-26 13:06:44 +09:00
parent eb30242fe1
commit abacea4f71
10 changed files with 247 additions and 64 deletions

4
src/types.d.ts vendored
View File

@ -51,4 +51,8 @@ export interface BPSetMetadata {
compliantResources: string[]
status: 'LOADED' | 'CHECKING' | 'ERROR' | 'FINISHED'
idx: number
errorMessage: {
date: Date,
message: string
}[]
}