add strapi types
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// Interface automatically generated by schemas-to-ts
|
||||
|
||||
export interface AdminPanelRelationPropertyModification<T> {
|
||||
connect: T[];
|
||||
disconnect: T[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user