Skip to content

remote.TypeAlias.MountHandlerContext

github-actions[bot] edited this page Jun 8, 2026 · 2 revisions

@zenstone/ts-utils / remote / MountHandlerContext

Type Alias: MountHandlerContext<Options>

MountHandlerContext<Options> = PendingFnParams & object & Options

Defined in: src/remote/mountRemote.ts:31

Handler 上下文,继承 PendingFnParams

Type Declaration

type

type: string

Type Parameters

Options

Options extends Record<string, unknown> = Record<string, unknown>

Clone this wiki locally