A representation of the resource to import. Import resources are similar to draft types, but they only support key references. In general, import resources are more granular then regular resources. They are optimized for incremental updates and therefore have a slightly different structure.

interface ImportResource {
    key: string;
}

Hierarchy (view full)

Properties

Properties

key: string

User-defined unique identifier.