@fdot/angular-staff
Version:
The angular-staff package wraps service calls to FDOT Staff API and also includes pipes and components based on bootstrap 4. ## Installation The angular staff package use a peer dependency of ng-bootstrap so you will need to also perform an NPM install
17 lines (16 loc) • 416 B
TypeScript
export interface SearchCriteria {
RacfIds: string[];
PeopleFirstId: string;
Status: string;
InactivatedDate: string;
PartialName: string;
FirstName: string;
LastName: string;
DistrictCode: string;
PositionNumber: string;
OrganizationalCode: string;
EmailAddress: string;
StaffTypeCodes: string[];
StaffIds: string[];
LastUpdatedAsOf: string;
}