@xylabs/sdk-react
    Preparing search index...

    Interface FacebookCompleteRegistration

    interface FacebookCompleteRegistration {
        content_category?: string;
        content_name?: string;
        content_type?: "product" | "product_group";
        currency?: string;
        status?: boolean;
        value?: number;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index

    Properties

    content_category?: string
    content_name?: string
    content_type?: "product" | "product_group"
    currency?: string
    status?: boolean
    value?: number