NotifyFn
Defined in: types/notify.ts:9
Injected toast/notification callback — decouples the CRUD hooks from any
specific toast library (the original app hardcoded sonner).
Methods
Section titled “Methods”error()
Section titled “error()”error(
title,options?):void
Defined in: types/notify.ts:11
Parameters
Section titled “Parameters”string
options?
Section titled “options?”Returns
Section titled “Returns”void
success()
Section titled “success()”success(
title,options?):void
Defined in: types/notify.ts:10
Parameters
Section titled “Parameters”string
options?
Section titled “options?”Returns
Section titled “Returns”void