SyncQueueDbEntity: {
    id: string;
    priority: QueuePriority | number;
    status: SyncQueueStatus;
}