eight
2024-08-28 2bc74ebfec4a30beddc66fd55be4947e5f7cf498
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}