From 1b34f85f0e3188861c6804666f02b4495cab033c Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 14 Feb 2022 15:48:34 +0100 Subject: chore: improve comment form user experience --- src/ts/types/app.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ts/types') diff --git a/src/ts/types/app.ts b/src/ts/types/app.ts index 8e087fd..aeab2bc 100644 --- a/src/ts/types/app.ts +++ b/src/ts/types/app.ts @@ -98,6 +98,8 @@ export type Meta = { updatedOn: string; }; +export type NoticeType = 'error' | 'info' | 'success' | 'warning'; + export type PageInfo = { endCursor: string; hasNextPage: boolean; -- cgit v1.2.3