export type
This commit is contained in:
parent
2b7d77dca5
commit
cc083e64f8
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* @prettier
|
* @prettier
|
||||||
*/
|
*/
|
||||||
type Primitive = boolean | string | number
|
export type Primitive = boolean | string | number
|
||||||
|
|
||||||
export interface Data {
|
export interface Data {
|
||||||
[K: string]: ValidDataValue
|
[K: string]: ValidDataValue
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue