rwadurian/backend/services/identity-service/src/application/queries/get-my-profile/get-my-profile.query.ts

4 lines
84 B
TypeScript

export class GetMyProfileQuery {
constructor(public readonly userId: string) {}
}