export const judgeQueueName = "judge-submission" export interface JudgeJobData { submissionId: string problemId: number }