/** * This file was auto-generated by Fern from our API Definition. */ export interface WorkspaceGroupByNameResponseModel { /** The name of the workspace group. */ name: string; /** The ID of the workspace group. */ id: string; /** The emails of the members of the workspace group. */ members_emails: string[]; }