add new property to car
This commit is contained in:
@@ -472,6 +472,7 @@ export interface ApiAuthorAuthor extends Struct.CollectionTypeSchema {
|
||||
export interface ApiCarCar extends Struct.CollectionTypeSchema {
|
||||
collectionName: 'cars';
|
||||
info: {
|
||||
description: '';
|
||||
displayName: 'car';
|
||||
pluralName: 'cars';
|
||||
singularName: 'car';
|
||||
@@ -483,6 +484,7 @@ export interface ApiCarCar extends Struct.CollectionTypeSchema {
|
||||
createdAt: Schema.Attribute.DateTime;
|
||||
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
|
||||
Schema.Attribute.Private;
|
||||
description: Schema.Attribute.Text;
|
||||
locale: Schema.Attribute.String & Schema.Attribute.Private;
|
||||
localizations: Schema.Attribute.Relation<'oneToMany', 'api::car.car'> &
|
||||
Schema.Attribute.Private;
|
||||
|
||||
Reference in New Issue
Block a user