/**
 * This file was auto-generated by Fern from our API Definition.
 */
/**
 * @example
 *     {
 *         team_id: "123"
 *     }
 */
export interface FindTeamRequest {
    /**
     * The unique identifier of a given team.
     */
    team_id: string;
}
