interface JobsProOptions {
    group?: {
        id: string | number;
    };
}

Hierarchy

Properties

Properties

group?: {
    id: string | number;
}

Type declaration

  • id: string | number