mirror of
https://github.com/tedkulp/vidgrab
synced 2026-03-05 13:20:27 -05:00
Back to nextjs
This commit is contained in:
@@ -13,7 +13,8 @@ export interface QueueDto {
|
||||
extractor?: string;
|
||||
}
|
||||
|
||||
export type JobEvent = {
|
||||
job?: unknown;
|
||||
export interface JobEvent {
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
job?: any;
|
||||
err?: Error;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user