MetadataStyles<T>: {
    [P in keyof T]?: Styles
}

Type Parameters