UNPKG

@synotech/utils

Version:

a collection of utilities for internal use

7 lines (6 loc) 291 B
/** * @module employmentStatus * @description A list of employmentStatus */ export declare const employmentStatus: readonly ["temporary", "permanent", "indefinite", "terminated", "indefinite", "suspension"]; export declare type EmploymentStatus = (typeof employmentStatus)[number];