tidy(ui): remove old comment

This commit is contained in:
psychedelicious 2024-05-22 05:50:34 +10:00
parent 1afa340b1a
commit 2e5d24f272

View File

@ -24,8 +24,6 @@ type ToastArg = ToastConfig & {
withCount?: boolean;
};
/* eslint-disable @typescript-eslint/no-explicit-any */
// Any is correct here; we accept anything as toast data parameter.
type ToastInternalState = {
id: string;
config: ToastConfig;