From b6ba671b6dad8e8517160a11ba5bb871e85742ed Mon Sep 17 00:00:00 2001 From: Ruidy Nemausat Date: Sun, 17 May 2020 10:35:31 +0200 Subject: [PATCH] document Altert type --- src/types/Alert.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types/Alert.ts b/src/types/Alert.ts index b637bb6..bd132c9 100644 --- a/src/types/Alert.ts +++ b/src/types/Alert.ts @@ -4,6 +4,7 @@ interface IAlert { text: string; } +/** standard alert displaying form status after submission */ export const formAlert: IAlert = { show: false, color: 'danger',