From f19345c652cfcf1bdf13d0a44a2f302e0cd1aa4c Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Sun, 6 Aug 2023 09:28:22 -0700 Subject: feat: :construction: Router and new history page --- extension/schema/SessionInfo.d.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 extension/schema/SessionInfo.d.ts (limited to 'extension/schema/SessionInfo.d.ts') diff --git a/extension/schema/SessionInfo.d.ts b/extension/schema/SessionInfo.d.ts new file mode 100644 index 00000000..ac94e76d --- /dev/null +++ b/extension/schema/SessionInfo.d.ts @@ -0,0 +1,18 @@ +/* eslint-disable */ +/** + * This file was automatically generated by json-schema-to-typescript. + * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, + * and run json-schema-to-typescript to regenerate this file. + */ + +export type SessionInfo = SessionInfo1; +export type SessionId = string; +export type Title = string; +export type DateCreated = string; + +export interface SessionInfo1 { + session_id: SessionId; + title: Title; + date_created: DateCreated; + [k: string]: unknown; +} -- cgit v1.2.3-70-g09d2