3 lines
107 B
TypeScript
3 lines
107 B
TypeScript
// biome-ignore lint/complexity/noBannedTypes: <explanation>
|
|
export type IAggregateRootRepository<T> = {};
|