interface IDelcoop {
    coopname: string;
    registrator: string;
}

Properties

coopname: string
registrator: string