videosphere
    Preparing search index...

    Non-secret Facebook target settings used to prefill the setup form.

    interface FacebookExistingConnection {
        targetType: "page" | "profile";
        pageId?: string;
        label: string;
    }
    Index

    Properties

    targetType: "page" | "profile"
    pageId?: string
    label: string