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