UNPKG

mysterium-tequilapi

Version:
8 lines (7 loc) 287 B
import { ProposalQueryOptions } from '../dto/query/proposals-query-options'; import { HttpQueryParams } from './interface'; export default class ProposalsQuery { options?: ProposalQueryOptions; constructor(options?: ProposalQueryOptions); toQueryParams(): HttpQueryParams; }