interface IInput {
    coopname: string;
    hash: string;
    new_close_at: string;
    new_open_at: string;
    newproposal: IDocument;
}

Properties

coopname: string
hash: string
new_close_at: string
new_open_at: string
newproposal: IDocument