SyncEndpointClientOptions
Defined in: wp-typia-block-runtime/src/metadata-core.ts:287
Manifest-first options for writing a portable endpoint client module.
Extends
Section titled “Extends”SyncEndpointClientBaseOptions
Properties
Section titled “Properties”clientFile
Section titled “clientFile”clientFile:
string
Defined in: wp-typia-block-runtime/src/metadata-core.ts:275
Output path for the generated portable client module.
Inherited from
Section titled “Inherited from”SyncEndpointClientBaseOptions.clientFile
projectRoot?
Section titled “projectRoot?”
optionalprojectRoot?:string
Defined in: wp-typia-block-runtime/src/metadata-core.ts:277
Optional project root used to resolve file paths.
Inherited from
Section titled “Inherited from”SyncEndpointClientBaseOptions.projectRoot
typesFile
Section titled “typesFile”typesFile:
string
Defined in: wp-typia-block-runtime/src/metadata-core.ts:279
Source file that exports the endpoint contract types.
Inherited from
Section titled “Inherited from”SyncEndpointClientBaseOptions.typesFile
validatorsFile?
Section titled “validatorsFile?”
optionalvalidatorsFile?:string
Defined in: wp-typia-block-runtime/src/metadata-core.ts:281
Optional explicit path to the validator module.
Inherited from
Section titled “Inherited from”SyncEndpointClientBaseOptions.validatorsFile
manifest
Section titled “manifest”manifest:
EndpointManifestDefinition
Defined in: wp-typia-block-runtime/src/metadata-core.ts:289
Canonical endpoint manifest describing the REST surface.