this repo has no description
at main 5 lines 82 B view raw
1export type FlashMessage = { 2 id?: number; 3 message: string; 4 type: string; 5};