UNPKG

@slmdevs/celeraone

Version:

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

12 lines (11 loc) 226 B
/** * The response object after an user has been imported into CeleraOne * * @interface ImportUserResponse */ export default interface ImportUserResponse { status: string; data: { user_id: string; }; }