UNPKG

mysterium-tequilapi

Version:
10 lines (9 loc) 286 B
import { ProposalDTO } from './proposal'; /** * Used only as an intermediate result - is not exposed to clients. */ interface ProposalsResponseDTO { proposals: ProposalDTO[]; } export declare function parseProposalsResponseDTO(responseData: any): ProposalsResponseDTO; export {};