/* generated using openapi-typescript-codegen -- do no edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Client input to invite a user to a team. */ export type TeamInviteInput = { /** * The email address of the user to invite. */ email: string; };