Typescript SDK Type Docs
    Preparing search index...

    Interface TypeImportRequest

    The request body to import Types. Contains data for Types to be created or updated in a Project.

    interface TypeImportRequest {
        resources: TypeImport[];
        type: "type";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    resources: TypeImport[]

    The type import resources of this request.

    type: "type"

    The resource type that can be imported.