Type Alias VersionNotifyTargets

VersionNotifyTargets: StorageDescriptor<
    [number, XcmVersionedLocation],
    [bigint, { proof_size: bigint; ref_time: bigint }, number],
    true,
    never,
>

The target locations that are subscribed to our version changes, as well as the most recent of our versions we informed them of.