@ministryofjustice/hmpps-digital-prison-reporting-frontend
Version:
The Digital Prison Reporting Frontend contains templates and code to help display data effectively in UI applications.
18 lines (16 loc) • 327 B
JavaScript
class DprUser {
// Auth token
token = '';
// Nomis user uuid
id = '';
// e.g. John Smith
displayName;
// e.g. MDI
activeCaseLoadId;
// Prison staff id in Nomis
staffId;
// Email address
emailAddress;
}
export { DprUser, DprUser as default };
//# sourceMappingURL=DprUser.js.map