interface IDeclinedoc {
    coopname: string;
    document: Interfaces.Soviet.IDocument2;
    hash: string;
    username: string;
}

Properties

coopname: string
hash: string
username: string