1
0
mirror of https://github.com/C9Glax/tranga-website.git synced 2025-05-03 05:32:27 +02:00

5 lines
108 B
TypeScript

export default interface IGotifyRecord {
endpoint: string;
appToken: string;
priority: number;
}