UNPKG

@zohocrm/typescript-sdk-7.0

Version:
13 lines (12 loc) 296 B
/** * This class represents the Zoho CRM User. */ export declare class UserSignature { name: string; constructor(name: string); /** * This is a getter method to get user email. * @returns {string} A String representing the CRM user email. */ getName(): string; }