export type UpdateQueueResult = {
    status: string;
    mostRecentQueue: string;
};
