Type alias ModifyParams

ModifyParams: {
    from?: APIFeedFrom;
    limit?: number;
} | URLSearchParams

Generated using TypeDoc