export interface SharepointVideo {
    embedUrl: string;
    thumbnailUrl: string;
    graphDriveId?: string;
    graphDriveItemId?: string;
}
