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

Properties

Maps to SyncInfo.channel

externalId?: string

Maps to SyncInfo.externalId

syncedAt: string

Maps to SyncInfo.syncedAt