UNPKG

@salad-labs/loopz-typescript

Version:
11 lines 325 B
import { IProposal } from "../../types/proposal"; /** * Represents the response object for a proposal request. */ export interface ProposalResponse { /** * @property {ProposalItem} proposal - the proposal attached with the response. */ proposal: IProposal; } //# sourceMappingURL=proposalresponse.d.ts.map