UNPKG

@slmdevs/celeraone

Version:

This is a NPM Package to use for all the CeleraOne interactions.

13 lines (12 loc) 238 B
/** * User search query options * * @interface SearchUserOptions */ export default interface SearchUserOptions { user_id?: string; contractor_id?: string; first_name?: string; last_name?: string; login?: string; }