interface ICoagreement {
    coopname: string;
    draft_id: SovietContract.Interfaces.IUint64;
    program_id: SovietContract.Interfaces.IUint64;
    type: string;
}

Properties

coopname: string
type: string