This commit is contained in:
kakkokari-gtyih 2025-05-10 19:56:46 +09:00
parent 2d5e976a60
commit bd56a10b88
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</template>
<script lang="ts">
export type TlEvent<E extends unknown = any> = {
export type TlEvent<E = any> = {
id: string;
timestamp: number;
data: E;