CheckIntegrityDTO.ts 176 B

1234567
  1. import { IntegrityPayload } from '@standardnotes/responses'
  2. export type CheckIntegrityDTO = {
  3. userUuid: string
  4. integrityPayloads: IntegrityPayload[]
  5. freeUser: boolean
  6. }