Действие утверждения принятого советом решения.

interface IAuthorize {
    chairman: string;
    coopname: string;
    decision_id: SovietContract.Interfaces.IUint64;
    document: SovietContract.Interfaces.IDocument;
}

Properties

chairman: string
coopname: string