/** * @example * { * queryId: "query_id" * } */ export interface TeamGetUserByIdRequest { queryId?: string; }