UNPKG

@tomei/sso

Version:
7 lines (6 loc) 128 B
export interface IUserPasswordHistoryAttr { HistoryId: string; UserId: number; PasswordHash: string; CreatedAt: Date; }