interface IAuthorize {
    chairman: string;
    coopname: string;
    decision_id: Interfaces.Soviet.IUint64;
    document: Interfaces.Soviet.IDocument2;
}

Properties

chairman: string
coopname: string