interface IInput {
    agenda: IMeetPoint[];
    close_at: string;
    coopname: string;
    hash: string;
    initiator: string;
    open_at: string;
    presider: string;
    proposal: IDocument;
    secretary: string;
}

Properties

agenda: IMeetPoint[]
close_at: string
coopname: string
hash: string
initiator: string
open_at: string
presider: string
proposal: IDocument
secretary: string