server start
This commit is contained in:
4
server/types/generated/contentTypes.d.ts
vendored
4
server/types/generated/contentTypes.d.ts
vendored
@@ -376,6 +376,7 @@ export interface AdminUser extends Struct.CollectionTypeSchema {
|
||||
export interface ApiElementElement extends Struct.CollectionTypeSchema {
|
||||
collectionName: 'elements';
|
||||
info: {
|
||||
description: '';
|
||||
displayName: 'Element';
|
||||
pluralName: 'elements';
|
||||
singularName: 'element';
|
||||
@@ -401,6 +402,9 @@ export interface ApiElementElement extends Struct.CollectionTypeSchema {
|
||||
updatedAt: Schema.Attribute.DateTime;
|
||||
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
|
||||
Schema.Attribute.Private;
|
||||
Url: Schema.Attribute.String &
|
||||
Schema.Attribute.Required &
|
||||
Schema.Attribute.Unique;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user