9 lines
171 B
TypeScript
9 lines
171 B
TypeScript
// Interface automatically generated by schemas-to-ts
|
|
|
|
export interface AdminPanelRelationPropertyModification<T> {
|
|
connect: T[];
|
|
disconnect: T[];
|
|
}
|
|
|
|
|