export interface IMovie { label: string; value?: string; category?: string; } //# sourceMappingURL=IMovie.d.ts.map