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

    Interface FacebookExternalId

    interface FacebookExternalId {
        external_id?: string[];
        [key: string]: string[] | undefined;
    }

    Hierarchy

    • Record<string, string[] | undefined>
      • FacebookExternalId

    Indexable

    • [key: string]: string[] | undefined
    Index

    Properties

    Properties

    external_id?: string[]