Interface HyperdriveOptions

interface HyperdriveOptions {
    onwait: (() => void);
}

Properties

Properties

onwait: (() => void)