interface IDeclineagree {
    administrator: string;
    agreement_id: SovietContract.Interfaces.IUint64;
    comment: string;
    coopname: string;
    username: string;
}

Properties

administrator: string
comment: string
coopname: string
username: string