mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-04-19 14:53:20 +02:00
5 lines
108 B
TypeScript
5 lines
108 B
TypeScript
export default interface IGotifyRecord {
|
|
endpoint: string;
|
|
appToken: string;
|
|
priority: number;
|
|
} |