Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

NotifyOptions

interface NotifyOptions {
cache?: boolean;
listeners?: boolean;
onError?: boolean;
onSuccess?: boolean;
}

§Properties

§
cache?: boolean
[src]
§
listeners?: boolean
[src]
§
onError?: boolean
[src]
§
onSuccess?: boolean
[src]