This commit is contained in:
Boki 2025-06-23 23:21:48 -04:00
parent 547dd0ae54
commit a14cb4caa7

View file

@ -1,5 +1,5 @@
export interface JobPayload { export interface JobPayload {
[key: string]: any; [key: string]: unknown;
} }
export interface SyncResult { export interface SyncResult {