export type FixAutoComplete<T extends string> = T | (string & {});
