Remove useless code

This commit is contained in:
Convly 2023-08-04 08:59:08 +02:00
parent 25d521e3f1
commit a8e67d08d6
2 changed files with 0 additions and 13 deletions

View File

@ -72,13 +72,3 @@ export type Any =
| Attribute.Time | Attribute.Time
| Attribute.Timestamp | Attribute.Timestamp
| Attribute.UID<Common.UID.Schema>; | 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'
>;

View File

@ -16,9 +16,6 @@ export interface UIDProperties<
options: UIDOptions & TOptions; options: UIDOptions & TOptions;
} }
/**
* @param {Common.UID.Schema} [_TOrigin]
*/
export type UID< export type UID<
// TODO: V5: // TODO: V5:
// The TOrigin was used to narrow down the list of possible target attribute for a // The TOrigin was used to narrow down the list of possible target attribute for a