interface IAppendix {
    appendix: Interfaces.Capital.IDocument2;
    appendix_hash: string;
    coopname: string;
    created_at: string;
    id: Interfaces.Capital.IUint64;
    project_hash: string;
    status: string;
    username: string;
}

Properties

appendix_hash: string
coopname: string
created_at: string
project_hash: string
status: string
username: string