cooptypes - v2026.4.30-alpha-1
    Preparing search index...
    interface ICoopstock {
        braname: string;
        coopname: string;
        hash: string;
        membership_fee_amount: string;
        meta: string;
        product_lifecycle_secs: number;
        unit_cost: string;
        units: number;
        warranty_period_secs: number;
    }
    Index

    Properties

    braname: string
    coopname: string
    hash: string
    membership_fee_amount: string
    meta: string
    product_lifecycle_secs: number
    unit_cost: string
    units: number
    warranty_period_secs: number