mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-04-19 14:53:20 +02:00
7 lines
147 B
TypeScript
7 lines
147 B
TypeScript
export default interface INtfyRecord {
|
|
endpoint: string;
|
|
username: string;
|
|
password: string;
|
|
topic: string;
|
|
priority: number;
|
|
} |