add a header

This commit is contained in:
Half-Shot
2024-12-09 09:50:20 +00:00
parent 51ee5f747b
commit 18c09cf76d

View File

@@ -1,3 +1,10 @@
/*
Copyright 2024 New Vector Ltd.
SPDX-License-Identifier: AGPL-3.0-only
Please see LICENSE in the repository root for full details.
*/
import { logger } from "matrix-js-sdk/src/logger";
type SoundDefinition = { mp3?: string; ogg: string };