import { WearableRepresentationWithBlobs } from './wearable-representation-with-blobs'; import { WearableDefinition } from './wearable-definition'; /** @alpha */ export type WearableWithBlobs = Omit & { data: Omit & { representations: WearableRepresentationWithBlobs[]; }; }; //# sourceMappingURL=wearable-with-blobs.d.ts.map