aboutsummaryrefslogtreecommitdiff
path: root/test/formatters/samplecode/oxfmt/in.ts
diff options
context:
space:
mode:
Diffstat (limited to 'test/formatters/samplecode/oxfmt/in.ts')
-rw-r--r--test/formatters/samplecode/oxfmt/in.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/formatters/samplecode/oxfmt/in.ts b/test/formatters/samplecode/oxfmt/in.ts
new file mode 100644
index 0000000..c75d40f
--- /dev/null
+++ b/test/formatters/samplecode/oxfmt/in.ts
@@ -0,0 +1 @@
+interface GreetingSettings{greeting: string; duration?: number; color?: string;}declare function greet(setting: GreetingSettings): void;