aboutsummaryrefslogtreecommitdiffstats
path: root/src/@types/legacy-types.ts
diff options
context:
space:
mode:
authorLibravatar muhamedsalih-tw <104364298+muhamedsalih-tw@users.noreply.github.com>2022-11-16 23:30:39 +0530
committerLibravatar GitHub <noreply@github.com>2022-11-16 18:00:39 +0000
commiteb7b2481f631cec5953265eef4ebc3f2fa7e496a (patch)
tree419d4413f90ece77c0a2204b40948f1a158793d5 /src/@types/legacy-types.ts
parent6.2.1-nightly.44 [skip ci] (diff)
downloadferdium-app-eb7b2481f631cec5953265eef4ebc3f2fa7e496a.tar.gz
ferdium-app-eb7b2481f631cec5953265eef4ebc3f2fa7e496a.tar.zst
ferdium-app-eb7b2481f631cec5953265eef4ebc3f2fa7e496a.zip
Transform JSX components to TSX (#755)
* color picker types * Import * SetupAssistant * Services & appear * ServiceWebView * SettingsLayout * ImportantScreen * WorkspaceDrawer * SetupAssistant * chore: update vscode settings * chore: removed stale Import screen component & its tree
Diffstat (limited to 'src/@types/legacy-types.ts')
-rw-r--r--src/@types/legacy-types.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/@types/legacy-types.ts b/src/@types/legacy-types.ts
new file mode 100644
index 000000000..c17fdfe82
--- /dev/null
+++ b/src/@types/legacy-types.ts
@@ -0,0 +1,5 @@
1export interface ILegacyServices {
2 [key: string]: {
3 [key: string]: string | boolean;
4 };
5}