Files
address-verification-app/src/components/webViewVideoPlayer/interfaces.ts
2025-01-21 15:26:30 +05:30

3 lines
80 B
TypeScript

export interface IWebViewVideoPlayer {
getVideoUrl: () => Promise<string>;
}