5 lines
66 B
TypeScript
5 lines
66 B
TypeScript
|
declare interface TipSchema {
|
||
|
label: string
|
||
|
keys?: string[]
|
||
|
}
|