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