mirror of
https://github.com/tedkulp/vidgrab
synced 2026-04-23 22:14:40 -04:00
Got the basics working with angular
This commit is contained in:
@@ -1,3 +1,19 @@
|
||||
export interface Message {
|
||||
message: string;
|
||||
}
|
||||
|
||||
export interface UploadDto {
|
||||
url: string;
|
||||
}
|
||||
|
||||
export interface QueueDto {
|
||||
format: string;
|
||||
url: string;
|
||||
title?: string;
|
||||
extractor?: string;
|
||||
}
|
||||
|
||||
export type JobEvent = {
|
||||
job?: unknown;
|
||||
err?: Error;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user