Plugins
Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0
ResourceType
Supported resource presentation modes.
Import
import type { ResourceType } from "@dartwic/interface-sdk/resources";Declaration
export type ResourceType = "component" | "directory";