interface IDelfund {
    coopname: string;
    fund_id: FundContract.Interfaces.IUint64;
    type: string;
    username: string;
}

Properties

coopname: string
type: string
username: string