export const packedQueueCountSchema = {
type: "object",
properties: {
waiting: {
type: "number",
optional: false,
nullable: false,
},
active: {
completed: {
failed: {
delayed: {
} as const;