import type { ResourceId } from "./ResourceId.js"; /** * Visual id composed of the creator username and the resource name. e.g. `@username/resource-name` */ export type PluginId = ResourceId; //# sourceMappingURL=PluginId.d.ts.map