feat(F-048): completed feature
This commit is contained in:
@@ -2,7 +2,13 @@
|
||||
* Ports (driven interfaces). Domain owns them; infrastructure implements them.
|
||||
* All operations are scoped by userId so ownership is enforced in the query.
|
||||
*/
|
||||
import type { CustomerListOptions, CustomerListResult, CustomerSummary, Profile, ProfilePatch } from './profile.js';
|
||||
import type {
|
||||
CustomerListOptions,
|
||||
CustomerListResult,
|
||||
CustomerSummary,
|
||||
Profile,
|
||||
ProfilePatch,
|
||||
} from './profile.js';
|
||||
import type { Address, AddressPatch, NewAddress } from './address.js';
|
||||
|
||||
export interface ProfileRepository {
|
||||
|
||||
Reference in New Issue
Block a user