interface AprFilter {
    chainId: number;
    protocol: string;
}

Properties

Properties

chainId: number
protocol: string