aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/website/ts/types.ts')
-rw-r--r--packages/website/ts/types.ts9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/website/ts/types.ts b/packages/website/ts/types.ts
index c208ce90f..106287178 100644
--- a/packages/website/ts/types.ts
+++ b/packages/website/ts/types.ts
@@ -476,6 +476,8 @@ export enum Key {
Sandbox = 'SANDBOX',
Github = 'GITHUB',
LiveChat = 'LIVE_CHAT',
+ LibrariesAndTools = 'LIBRARIES_AND_TOOLS',
+ More = 'MORE',
}
export enum SmartContractDocSections {
@@ -622,4 +624,11 @@ export interface InjectedWeb3 {
getNetwork(cd: (err: Error, networkId: string) => void): void;
};
}
+
+export interface TutorialInfo {
+ title: string;
+ iconUrl: string;
+ description: string;
+ location: string;
+}
// tslint:disable:max-file-line-count