kwin.d.ts: use unknown for Tile

This commit is contained in:
Peter Fajdiga
2024-03-10 13:12:17 +01:00
parent 1535c994b8
commit 019da3766e

View File

@@ -36,7 +36,7 @@ const enum ClientAreaOption {
ScreenArea,
}
type Tile = any;
type Tile = unknown;
interface KwinClient {
readonly shadeable: boolean;