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