@ministryofjustice/hmpps-digital-prison-reporting-frontend
Version:
The Digital Prison Reporting Frontend contains templates and code to help display data effectively in UI applications.
23 lines (19 loc) • 420 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
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;
}
exports.DprUser = DprUser;
exports.default = DprUser;
//# sourceMappingURL=DprUser.js.map