Move video ref type to its own file

This commit is contained in:
Zoe Roux
2024-06-30 09:38:10 +00:00
parent fa126de97f
commit a72ab331dc
5 changed files with 21 additions and 7 deletions

View File

@@ -4,10 +4,7 @@ import type {
Float,
UnsafeObject,
} from 'react-native/Libraries/Types/CodegenTypes';
export type VideoSaveData = {
uri: string;
};
import type {VideoSaveData} from '../types/video-ref';
// @TODO rename to "Spec" when applying new arch
export interface VideoManagerType {