[yoga-4] upgrade strapi, add description to yoga achievement
This commit is contained in:
parent
cb2b88c53d
commit
5d6555ea37
@ -1 +1 @@
|
||||
202504252327.477286f
|
||||
202505132211.cb2b88c
|
||||
|
||||
@ -17,7 +17,7 @@ export interface Article {
|
||||
cover?: { data: Media };
|
||||
author?: { data: Author };
|
||||
category?: { data: Category };
|
||||
blocks?: any;
|
||||
blocks?: object;
|
||||
};
|
||||
}
|
||||
export interface Article_Plain {
|
||||
@ -28,7 +28,7 @@ export interface Article_Plain {
|
||||
cover?: Media_Plain;
|
||||
author?: Author_Plain;
|
||||
category?: Category_Plain;
|
||||
blocks?: any;
|
||||
blocks?: object;
|
||||
}
|
||||
|
||||
export interface Article_NoRelations {
|
||||
@ -39,7 +39,7 @@ export interface Article_NoRelations {
|
||||
cover?: number;
|
||||
author?: number;
|
||||
category?: number;
|
||||
blocks?: any;
|
||||
blocks?: object;
|
||||
}
|
||||
|
||||
export interface Article_AdminPanelLifeCycle {
|
||||
@ -50,5 +50,5 @@ export interface Article_AdminPanelLifeCycle {
|
||||
cover?: AdminPanelRelationPropertyModification<Media_Plain>;
|
||||
author?: AdminPanelRelationPropertyModification<Author_Plain>;
|
||||
category?: AdminPanelRelationPropertyModification<Category_Plain>;
|
||||
blocks?: any;
|
||||
blocks?: object;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user