/** * For local resources this will be an visual id composed of the creator username and the resource name. e.g. `@username/resource-name` * For downloaded resources this will be an UUID. */ export type ResourceId = string & { __brand: 'ResourceId'; }; //# sourceMappingURL=ResourceId.d.ts.map