import { Toast } from "../types";
export interface ToastState {
    toasts: Toast[];
}
