Skip to content

Commit

Permalink
Exporting Extras from ExpensiMark.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mjasikowski committed Sep 26, 2024
1 parent ab72e49 commit fd422b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ExpensiMark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import * as UrlPatterns from './Url';
import Logger from './Logger';
import * as Utils from './utils';

type Extras = {
export type Extras = {

Check failure on line 9 in lib/ExpensiMark.ts

View workflow job for this annotation

GitHub Actions / lint

Do not inline named exports
reportIDToName?: Record<string, string>;
accountIDToName?: Record<string, string>;
mediaAttributeCachingFn?: (mediaSource: string, attrs: string) => void;
Expand Down

0 comments on commit fd422b3

Please sign in to comment.