eight
2024-12-18 f837ff656e0b698d02e70602e5a720766ca68194
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}