mirror of
https://github.com/strapi/strapi.git
synced 2025-09-18 13:02:18 +00:00
Remove useless code
This commit is contained in:
parent
25d521e3f1
commit
a8e67d08d6
@ -72,13 +72,3 @@ export type Any =
|
||||
| Attribute.Time
|
||||
| Attribute.Timestamp
|
||||
| Attribute.UID<Common.UID.Schema>;
|
||||
|
||||
export type PopulatableKind = Extract<
|
||||
Attribute.Kind,
|
||||
'relation' | 'component' | 'dynamiczone' | 'media'
|
||||
>;
|
||||
|
||||
export type NonPopulatableKind = Exclude<
|
||||
Attribute.Kind,
|
||||
'relation' | 'component' | 'dynamiczone' | 'media'
|
||||
>;
|
||||
|
@ -16,9 +16,6 @@ export interface UIDProperties<
|
||||
options: UIDOptions & TOptions;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param {Common.UID.Schema} [_TOrigin]
|
||||
*/
|
||||
export type UID<
|
||||
// TODO: V5:
|
||||
// The TOrigin was used to narrow down the list of possible target attribute for a
|
||||
|
Loading…
x
Reference in New Issue
Block a user