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

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

Properties

Properties

resources: TypeImport[]

The type import resources of this request.

type: "type"