mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-06-16 00:37:54 +02:00
Adjust all endpoints and methods to tranga/postgres-Server-V2.
Search working.
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
export default interface ICoverFormatRequestRecord {
|
||||
size: Size;
|
||||
}
|
||||
|
||||
export interface Size {
|
||||
width: number;
|
||||
height: number;
|
||||
isEmpty: boolean;
|
||||
}
|
5
Website/modules/interfaces/records/IGotifyRecord.ts
Normal file
5
Website/modules/interfaces/records/IGotifyRecord.ts
Normal file
@ -0,0 +1,5 @@
|
||||
export default interface IGotifyRecord {
|
||||
endpoint: string;
|
||||
appToken: string;
|
||||
priority: number;
|
||||
}
|
4
Website/modules/interfaces/records/IModifyJobRecord.ts
Normal file
4
Website/modules/interfaces/records/IModifyJobRecord.ts
Normal file
@ -0,0 +1,4 @@
|
||||
export default interface IModifyJobRecord {
|
||||
recurrenceMs: number;
|
||||
enabled: boolean;
|
||||
}
|
7
Website/modules/interfaces/records/INtfyRecord.ts
Normal file
7
Website/modules/interfaces/records/INtfyRecord.ts
Normal file
@ -0,0 +1,7 @@
|
||||
export default interface INtfyRecord {
|
||||
endpoint: string;
|
||||
username: string;
|
||||
password: string;
|
||||
topic: string;
|
||||
priority: number;
|
||||
}
|
3
Website/modules/interfaces/records/IlunaseaRecord.ts
Normal file
3
Website/modules/interfaces/records/IlunaseaRecord.ts
Normal file
@ -0,0 +1,3 @@
|
||||
export default interface IlunaseaRecord {
|
||||
id: string;
|
||||
}
|
Reference in New Issue
Block a user