interface ISignbysecr {
    coopname: string;
    hash: string;
    secretary_decision: Interfaces.Meet.IDocument2;
    username: string;
}

Properties

coopname: string
hash: string
secretary_decision: Interfaces.Meet.IDocument2
username: string