[yoga-4] add dynamic service page

This commit is contained in:
Roland Schneider
2025-05-20 16:55:25 +02:00
parent 2d4487263d
commit 2c71984d96
4 changed files with 43 additions and 4 deletions

View File

@@ -34,10 +34,6 @@ 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;