(accessCode: string)
| 5 | getFlag(): Promise<string>; |
| 6 | getUsers(): Promise<Array<{ id: string; username: string }>>; |
| 7 | unlockSecretData(accessCode: string): Promise<{ flag: string } | null>; |
| 8 | validateAccessCode(inputCode: string): Promise<boolean>; |
| 9 | } |
| 10 |
no outgoing calls
no test coverage detected