export default interface INtfyRecord { endpoint: string; username: string; password: string; topic: string; priority: number; }