export type Component = {
	id?: string;
	style?: string;
	item?: string;
	uri: string;
	title?: string;
	provider?: string;
};

export type Events = {
	videoModalEvent: { id: string; show: boolean };
};
