Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Oct 20, 2024
1 parent 3c44dba commit 7245f8b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion fixtures/output/example-0002.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
/**
* Example of another const declaration
*/
export declare const settings: { [key: string]: any }
export declare const settings: {
theme: 'dark',
language: 'en',
}

export interface Product {
id: number
Expand Down

0 comments on commit 7245f8b

Please sign in to comment.