Действие фиксирует в реестре принятое решение совета.

interface INewAgreement {
    coopname: string;
    document: Interfaces.Soviet.IDocument2;
    type: string;
    username: string;
}

Properties

coopname: string
type: string
username: string