Type alias OneInchLiquidtySourcesResult

OneInchLiquidtySourcesResult: {
    protocols: {
        id: string;
    }[];
}

Type declaration

  • protocols: {
        id: string;
    }[]

Generated using TypeDoc