Flex
2025-05-28 0bf5897786ede4066059e451fe5c651f9c338393
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}