website refactor
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { injectable } from 'inversify';
|
||||
import { PolicyApiClient, type FeatureState, type PolicySnapshotDto } from '@/lib/api/policy/PolicyApiClient';
|
||||
import { Result } from '@/lib/contracts/Result';
|
||||
import { DomainError, Service } from '@/lib/contracts/services/Service';
|
||||
@@ -13,6 +14,7 @@ export interface CapabilityEvaluationResult {
|
||||
shouldShowComingSoon: boolean;
|
||||
}
|
||||
|
||||
@injectable()
|
||||
export class PolicyService implements Service {
|
||||
private readonly apiClient: PolicyApiClient;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user