fix
This commit is contained in:
parent
2d5e976a60
commit
bd56a10b88
|
@ -22,7 +22,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
export type TlEvent<E extends unknown = any> = {
|
export type TlEvent<E = any> = {
|
||||||
id: string;
|
id: string;
|
||||||
timestamp: number;
|
timestamp: number;
|
||||||
data: E;
|
data: E;
|
||||||
|
|
Loading…
Reference in New Issue