interface ISndagreement {
    administrator: string;
    agreement_type: string;
    coopname: string;
    document: SovietContract.Interfaces.IDocument;
    username: string;
}

Properties

administrator: string
agreement_type: string
coopname: string
username: string