UNPKG

@fdot/arculus-staff-service

Version:

Simplifies usage of the Arculus Staff Service

4 lines 418 B
import { IStaffMember } from "../models/IStaffMember"; export declare const getUserDisplay: (staff: IStaffMember | undefined | null, includeEmail?: boolean, includePhone?: boolean, includeRacf?: boolean) => string; export declare const getUsersDisplay: (staff: IStaffMember[] | undefined | null, includeEmail?: boolean, includePhone?: boolean, includeRacf?: boolean) => string; //# sourceMappingURL=staffUtils.d.ts.map