OneSDK
    Preparing search index...
    interface PrimeGift {
        _id: string;
        from: string;
        gift_type: string;
        isTest: boolean;
        name: string;
        priority: number;
        to: string;
    }
    Index

    Properties

    _id: string
    from: string
    gift_type: string
    isTest: boolean
    name: string
    priority: number
    to: string