import { AlwatrDocumentObject } from './storage.js'; export type Photo = AlwatrDocumentObject & { /** * Primary Photo ID * * like full relative path (include extension) to image CDN (temporary) */ id: string; /** * Photo extra meta information for future maintenances */ meta?: Record; }; //# sourceMappingURL=photo.d.ts.map