import { ApiFees } from "../../../types/fees"; export interface StargateFeesResponse { fees: ApiFees; }