UNPKG

@moonwell-fi/moonwell-sdk

Version:

TypeScript Interface for Moonwell

19 lines 376 B
export type SnapshotProposal = { id: string; title: string; discussion: string; start: number; end: number; created: number; state: string; scores: { choice: string; percent: number; votes: number; }[]; network: { id: number; name: string; }; }; //# sourceMappingURL=snapshotProposal.d.ts.map