export type MatchKeys = { [K in keyof T]: Exclude extends M ? K : never; }[keyof T];