interface IBranchstat {
    coopname: string;
    count: BranchContract.Interfaces.IUint64;
}

Properties

Properties

coopname: string