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

Properties

coopname: string
username: string