interface INewagreement {
    agreement_type: string;
    coopname: string;
    document: Interfaces.Soviet.IDocument2;
    username: string;
}

Properties

agreement_type: string
coopname: string
username: string