Skip to content

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).

error(title, options?): void

Defined in: types/notify.ts:11

string

NotifyOptions

void


success(title, options?): void

Defined in: types/notify.ts:10

string

NotifyOptions

void