diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/types/src/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/types/src/index.ts b/packages/types/src/index.ts index 0ea7d433a..3ae0536d5 100644 --- a/packages/types/src/index.ts +++ b/packages/types/src/index.ts @@ -598,4 +598,4 @@ export interface Metadata { exportPathOrder: string[]; externalTypeToLink: ExternalTypeToLink; externalExportToLink: ExternalExportToLink; -}
\ No newline at end of file +} |