Files
yogastic/yoga-cms/generated-strapi-interfaces/common/AdminPanelRelationPropertyModification.ts
Schneider Roland ea3a2e3366 add strapi types
2025-01-11 20:58:03 +01:00

9 lines
171 B
TypeScript

// Interface automatically generated by schemas-to-ts
export interface AdminPanelRelationPropertyModification<T> {
connect: T[];
disconnect: T[];
}