/** * This file was auto-generated by Fern from our API Definition. */ /** * @example * { * email: "john.doe@testmail.com" * } */ export interface BodyDeleteExistingInvitationV1WorkspaceInvitesDelete { /** The email of the customer */ email: string; }