wx-ezhan
    Preparing search index...

    Interface IExt

    interface IExt {
        isFinished?: boolean;
        isSold?: boolean;
        phone?: string;
        price?: number;
    }
    Index

    Properties

    isFinished?: boolean
    isSold?: boolean
    phone?: string
    price?: number