export interface BackgroundEntry<T> {
    type: string;
    data: T;
}
