5 lines
108 B
TypeScript

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