Skip to content

Commit 707d44d

Browse files
committed
add missing license in types.ts for json-viewer
Signed-off-by: Dustin Pham <dustinpham95@gmail.com>
1 parent 9e51242 commit 707d44d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • packages/common/utils/src/json-tree

packages/common/utils/src/json-tree/types.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
// Modified from https://github.com/chakra-ui/zag
2+
// MIT License
3+
// Changes from Qualcomm Technologies, Inc. are provided under the following license:
4+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
5+
// SPDX-License-Identifier: BSD-3-Clause-Clear
6+
17
export type JsonNodeType =
28
| "object"
39
| "array"

0 commit comments

Comments
 (0)