website refactor
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
*/
|
||||
|
||||
import type {
|
||||
LeagueMembership,
|
||||
JoinRequest,
|
||||
JoinRequest,
|
||||
LeagueMembership,
|
||||
} from '../entities/LeagueMembership';
|
||||
|
||||
export interface LeagueMembershipRepository {
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
* This allows drivers, teams, races, and leagues to define their sponsorship slots.
|
||||
*/
|
||||
|
||||
import type { SponsorshipPricing } from '../value-objects/SponsorshipPricing';
|
||||
import type { SponsorableEntityType } from '../entities/SponsorshipRequest';
|
||||
import type { SponsorshipPricing } from '../value-objects/SponsorshipPricing';
|
||||
|
||||
export interface SponsorshipPricingRepository {
|
||||
/**
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
* Defines operations for SponsorshipRequest aggregate persistence
|
||||
*/
|
||||
|
||||
import type { SponsorshipRequest, SponsorableEntityType, SponsorshipRequestStatus } from '../entities/SponsorshipRequest';
|
||||
import type { SponsorableEntityType, SponsorshipRequest, SponsorshipRequestStatus } from '../entities/SponsorshipRequest';
|
||||
|
||||
export interface SponsorshipRequestRepository {
|
||||
findById(id: string): Promise<SponsorshipRequest | null>;
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
*/
|
||||
|
||||
import type {
|
||||
TeamMembership,
|
||||
TeamJoinRequest,
|
||||
TeamJoinRequest,
|
||||
TeamMembership,
|
||||
} from '../types/TeamMembership';
|
||||
|
||||
export interface TeamMembershipRepository {
|
||||
|
||||
Reference in New Issue
Block a user