5 lines
65 B
TypeScript

export interface TipSchema {
label: string
keys?: string[]
}