strapi changes on startup
This commit is contained in:
parent
39928af1c5
commit
61efe535db
2 changed files with 5 additions and 1 deletions
4
types/generated/contentTypes.d.ts
vendored
4
types/generated/contentTypes.d.ts
vendored
|
@ -33,6 +33,10 @@ export interface AdminApiToken extends Struct.CollectionTypeSchema {
|
|||
minLength: 1;
|
||||
}> &
|
||||
Schema.Attribute.DefaultTo<"">;
|
||||
encryptedKey: Schema.Attribute.Text &
|
||||
Schema.Attribute.SetMinMaxLength<{
|
||||
minLength: 1;
|
||||
}>;
|
||||
expiresAt: Schema.Attribute.DateTime;
|
||||
lastUsedAt: Schema.Attribute.DateTime;
|
||||
lifespan: Schema.Attribute.BigInteger;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue