website refactor
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
* Represents a decal/logo placed on a livery
|
||||
*/
|
||||
|
||||
import { RacingDomainValidationError } from '../errors/RacingDomainError';
|
||||
import type { ValueObject } from '@core/shared/domain/ValueObject';
|
||||
import { RacingDomainValidationError } from '../errors/RacingDomainError';
|
||||
|
||||
export type DecalType = 'sponsor' | 'user';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user