MediaStoreAssetFileWithHash type
Signature:
export type MediaStoreAssetFileWithHash = {
    file: string;
    hash: string;
    importIfNeeded?: boolean;
};Signature:
export type MediaStoreAssetFileWithHash = {
    file: string;
    hash: string;
    importIfNeeded?: boolean;
};