/** * This file was auto-generated by Fern from our API Definition. */ import * as OctoAI from "../../../../index"; /** * @example * {} */ export interface GetRequest { /** * Type of transfer API to generate. */ transferApiType?: OctoAI.assetLibrary.TransferApiType; }