import { ChallengeReason } from '@standardnotes/services' import { DecryptedItem } from '@standardnotes/models' export interface ProtectionsClientInterface { authorizeProtectedActionForItems(files: T[], challengeReason: ChallengeReason): Promise authorizeItemAccess(item: DecryptedItem): Promise }