diff --git a/src/types/appleSk2.ts b/src/types/appleSk2.ts index 466792a1b..87a5d15aa 100644 --- a/src/types/appleSk2.ts +++ b/src/types/appleSk2.ts @@ -7,7 +7,7 @@ import type { SubscriptionIosPeriod, } from '.'; import type * as Apple from './apple'; -import {SubscriptionPlatform} from '.'; +import {SubscriptionPlatform} from './'; export type SubscriptionPeriod = { unit: 'day' | 'week' | 'month' | 'year';