Example
use ;
use TimelineStatus as RFPTimelineStatus;
use ;
License
This project is licensed under the MIT License - see the LICENSE file for details.
use devhub_shared::proposal::timeline::{
TimelineStatus, TimelineStatusV1, VersionedTimelineStatus,
};
use devhub_shared::rfp::timeline::TimelineStatus as RFPTimelineStatus;
use devhub_shared::proposal::{
Proposal, ProposalBodyV2, ProposalId, ProposalSnapshot, VersionedProposalBody,
};
This project is licensed under the MIT License - see the LICENSE file for details.