Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit 53e484b

Browse files
committed
feat(types): Updated PropertyType and defined new PropertyValue
1 parent a8d9167 commit 53e484b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
export type PropertyValue = string | number | PropertyType;
2+
13
export type PropertyType = {
2-
[key: string]: string;
4+
[key: string]: PropertyValue;
35
};

0 commit comments

Comments
 (0)