interface IJoincoop {
    coopname: string;
    document: RegistratorContract.Interfaces.IDocument;
    registrator: string;
    username: string;
}

Properties

coopname: string
registrator: string
username: string