interface ICreatecmmt {
    application: string;
    commit_hash: string;
    contributed_hours: CapitalContract.Interfaces.IUint64;
    coopname: string;
    result_hash: string;
    username: string;
}

Properties

application: string
commit_hash: string
coopname: string
result_hash: string
username: string