interface IAgreement {
    coopname: string;
    document: SovietContract.Interfaces.IDocument;
    draft_id: SovietContract.Interfaces.IUint64;
    id: SovietContract.Interfaces.IUint64;
    program_id: SovietContract.Interfaces.IUint64;
    status: string;
    type: string;
    updated_at: string;
    username: string;
    version: SovietContract.Interfaces.IUint64;
}

Properties

coopname: string
status: string
type: string
updated_at: string
username: string