mirror of
https://github.com/strapi/strapi.git
synced 2026-01-09 05:41:03 +00:00
Remove useless generic type parameter from the parameter type definition
This commit is contained in:
parent
d587de6b19
commit
6eacbaf0b7
@ -29,7 +29,7 @@ export type AttributeType =
|
||||
/**
|
||||
* Most basic shape of a schema attribute
|
||||
*/
|
||||
export interface Attribute<T extends AttributeType = AttributeType, U extends {} = {}> {
|
||||
export interface Attribute<T extends AttributeType = AttributeType> {
|
||||
/**
|
||||
* Type of the attribute
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user