2025-07-16 18:07:43 +08:00

5 lines
138 B
TypeScript

import * as MediaLibrary from 'expo-media-library';
export type ExtendedAsset = MediaLibrary.Asset & {
exif?: Record<string, any>;
};