Skip to content

Commit

Permalink
use string type
Browse files Browse the repository at this point in the history
  • Loading branch information
arosiclair committed Jul 16, 2024
1 parent 949bcec commit 730a715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/languages/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type {OnyxInputOrEntry, ReportAction} from '@src/types/onyx';
import type {ConnectionName, Unit} from '@src/types/onyx/Policy';
import type {Unit} from '@src/types/onyx/Policy';
import type {ViolationDataType} from '@src/types/onyx/TransactionViolation';
import type en from './en';

Expand Down Expand Up @@ -311,7 +311,7 @@ type ChangeTypeParams = {oldType: string; newType: string};

type DelegateSubmitParams = {delegateUser: string; originalManager: string};

type ExportedToIntegrationParams = {label: ConnectionName};
type ExportedToIntegrationParams = {label: string};

type ForwardedParams = {amount: string; currency: string};

Expand Down

0 comments on commit 730a715

Please sign in to comment.