export interface ClientUserIdConflict { errorType: string; errorMessage: string; userId: string; createdOn: Date; }