export type FilterLiteral = T extends `${U}${string}` ? T : never;