From 7245f8bf9912b25052a7d09726f1467e7d39e3fd Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 20 Oct 2024 20:34:08 +0200 Subject: [PATCH] chore: wip --- fixtures/output/example-0002.d.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fixtures/output/example-0002.d.ts b/fixtures/output/example-0002.d.ts index 524bff3..dce8ccb 100644 --- a/fixtures/output/example-0002.d.ts +++ b/fixtures/output/example-0002.d.ts @@ -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