export type StringKeyOf<T> = keyof T & string;
