interface IAgreement2 {
    coopname: string;
    document: Interfaces.Soviet.IDocument2;
    draft_id: Interfaces.Soviet.IUint64;
    id: Interfaces.Soviet.IUint64;
    program_id: Interfaces.Soviet.IUint64;
    status: string;
    type: string;
    updated_at: string;
    username: string;
    version: Interfaces.Soviet.IUint64;
}

Properties

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