OneSDK
    Preparing search index...
    interface Merch {
        _id: string;
        condition: string;
        createdAt: string;
        createdAtTimestamp: number;
        duration?: any;
        from: string;
        imageHref: string;
        isTest: boolean;
        message: string;
        payload: unknown;
        priority: number;
        product: string;
        repeat: boolean;
        to: To;
        type: any;
    }
    Index

    Properties

    _id: string
    condition: string
    createdAt: string
    createdAtTimestamp: number
    duration?: any
    from: string
    imageHref: string
    isTest: boolean
    message: string
    payload: unknown
    priority: number
    product: string
    repeat: boolean
    to: To
    type: any