(x: string)
| 29 | ] as const; |
| 30 | type FontsQueries = (typeof fontsQueries)[number] & keyof ArrayMetadataItem; |
| 31 | const isFontsQueries = (x: string): x is FontsQueries => |
| 32 | fontsQueries.includes(x as FontsQueries); |
| 33 | |
| 34 | interface FontVariants { |
| 35 | [weight: string]: { |