Skip to content

Commit

Permalink
feat: export Toast interface for improved toast notification handling
Browse files Browse the repository at this point in the history
  • Loading branch information
drikusroor committed Jan 7, 2025
1 parent 471ae3d commit 39d90c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const createExperimentSlice: StateCreator<ExperimentSlice> = (set) => ({
})
});

interface Toast {
export interface Toast {
message: string;
duration: number;
level: "info" | "warning" | "error";
Expand Down

0 comments on commit 39d90c3

Please sign in to comment.