export interface ObjectType { [key: string]: T; } export type StylePropsKeys = Omit;