Skip to content

SyncEndpointClientOptions

Defined in: wp-typia-block-runtime/src/metadata-core.ts:287

Manifest-first options for writing a portable endpoint client module.

  • SyncEndpointClientBaseOptions

clientFile: string

Defined in: wp-typia-block-runtime/src/metadata-core.ts:275

Output path for the generated portable client module.

SyncEndpointClientBaseOptions.clientFile


optional projectRoot?: string

Defined in: wp-typia-block-runtime/src/metadata-core.ts:277

Optional project root used to resolve file paths.

SyncEndpointClientBaseOptions.projectRoot


typesFile: string

Defined in: wp-typia-block-runtime/src/metadata-core.ts:279

Source file that exports the endpoint contract types.

SyncEndpointClientBaseOptions.typesFile


optional validatorsFile?: string

Defined in: wp-typia-block-runtime/src/metadata-core.ts:281

Optional explicit path to the validator module.

SyncEndpointClientBaseOptions.validatorsFile


manifest: EndpointManifestDefinition

Defined in: wp-typia-block-runtime/src/metadata-core.ts:289

Canonical endpoint manifest describing the REST surface.