fix
This commit is contained in:
parent
2d5e976a60
commit
bd56a10b88
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue