From 926e1df1e9a7de29134293fe2306c9d9ecb594a6 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Tue, 21 Dec 2021 15:20:17 +0100 Subject: chore: add a table of contents --- src/ts/types/app.ts | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/ts/types') diff --git a/src/ts/types/app.ts b/src/ts/types/app.ts index ba28416..e1d8917 100644 --- a/src/ts/types/app.ts +++ b/src/ts/types/app.ts @@ -76,6 +76,13 @@ export type Dates = { update: string; }; +export type Heading = { + depth: number; + id: string; + children: Heading[]; + title: string; +}; + export type PageInfo = { endCursor: string; hasNextPage: boolean; -- cgit v1.2.3