/** * This file was auto-generated by Fern from our API Definition. */ /** * @example * { * emails: ["emails"] * } */ export interface BodyInviteMultipleUsersV1WorkspaceInvitesAddBulkPost { /** The email of the customer */ emails: string[]; /** The group ids of the user */ group_ids?: string[]; }