mirror of
https://github.com/He4eT/simple-spaceapi.git
synced 2026-05-04 17:37:24 +00:00
State: remove lastchange field
This commit is contained in:
parent
34cc2742a0
commit
ec92cfa475
2 changed files with 0 additions and 4 deletions
1
types/generated/contentTypes.d.ts
vendored
1
types/generated/contentTypes.d.ts
vendored
|
|
@ -882,7 +882,6 @@ export interface ApiStateState extends Struct.SingleTypeSchema {
|
|||
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
|
||||
Schema.Attribute.Private;
|
||||
icon: Schema.Attribute.Component<'state.state-icon', false>;
|
||||
lastchange: Schema.Attribute.BigInteger;
|
||||
locale: Schema.Attribute.String & Schema.Attribute.Private;
|
||||
localizations: Schema.Attribute.Relation<'oneToMany', 'api::state.state'> &
|
||||
Schema.Attribute.Private;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue