UNPKG

@slmdevs/celeraone

Version:

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

11 lines (10 loc) 215 B
/** * Personal information about the user in CeleraOne * * @interface MasterDataInterface */ export default interface MasterDataInterface { last_name?: string; first_name?: string; email?: string; }