interface DeletedPushDevice {
    _id: string;
    _rev: string;
    communicationId: string;
    communicationType: string;
    createdDate: number;
    deviceId: string;
    deviceMechanismUID: string;
    deviceName: string;
    deviceType: string;
    issuer: string;
    lastAccessDate: number;
    recoveryCodes: string[];
    sharedSecret: string;
    uuid: string;
}

Properties

_id: string
_rev: string
communicationId: string
communicationType: string
createdDate: number
deviceId: string
deviceMechanismUID: string
deviceName: string
deviceType: string
issuer: string
lastAccessDate: number
recoveryCodes: string[]
sharedSecret: string
uuid: string