Applique .gitattributes sur tous les fichiers existants. Élimine les différences fantômes entre WSL et Windows. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5 lines
170 B
TypeScript
Executable File
5 lines
170 B
TypeScript
Executable File
export interface NotificationPort {
|
|
showNotification(title: string, body: string): void;
|
|
sendMobileNotification(url: string, title: string, message: string): void;
|
|
}
|