Skip to content

remote.TypeAlias.MountRemoteResult

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

@zenstone/ts-utils / remote / MountRemoteResult

Type Alias: MountRemoteResult<Result>

MountRemoteResult<Result> = object & Result

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

Type Declaration

scope

scope: string

type

type: string

Type Parameters

Result

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

Clone this wiki locally