export interface BackgroundMetaResponseInternal {
    backgroundManagerName: string;
    currentQueueLength: number;
    validTypes: string[];
}
