waveterm/frontend/types/custom.d.ts
2024-06-11 17:42:10 -07:00

11 lines
167 B
TypeScript

// Copyright 2024, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
declare global {
type TabLayoutData = {
blockId: string;
};
}
export {};