1
0
mirror of https://github.com/bitwarden/jslib synced 2025-12-30 07:03:21 +00:00
Files
jslib/src/models/request/passwordHistoryRequest.ts
2018-08-20 16:01:26 -04:00

5 lines
86 B
TypeScript

export class PasswordHistoryRequest {
password: string;
lastUsedDate: Date;
}