export interface JobDispatcherOptions {
    queue: string;
    name: string;
}
