cooptypes - v2026.4.27-2
    Preparing search index...
    interface IFundWithdraw {
        bank_data_id: string;
        coopname: string;
        document: Interfaces.Fund.IDocument2;
        expired_at: string;
        fund_id: Interfaces.Fund.IUint64;
        id: Interfaces.Fund.IUint64;
        quantity: string;
        status: string;
        type: string;
        username: string;
    }
    Index

    Properties

    bank_data_id: string
    coopname: string
    expired_at: string
    quantity: string
    status: string
    type: string
    username: string