Typescript SDK Type Docs
    Preparing search index...

    Interface SyncInfo

    interface SyncInfo {
        channel: ChannelKeyReference;
        externalId?: string;
        syncedAt: string;
    }
    Index

    Properties

    Maps to SyncInfo.channel. If the referenced Channel does not exist, the state of the ImportOperation will be set to unresolved until the referenced Channel is created.

    externalId?: string

    Maps to SyncInfo.externalId

    syncedAt: string

    Maps to SyncInfo.syncedAt