Typescript SDK Type Docs
    Preparing search index...

    Interface ImportResource

    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 Summary)

    Index

    Properties

    Properties

    key: string

    User-defined unique identifier.