Skip to content

Connectum API Reference / @connectum/testing / types / FakeServiceOptions

Interface: FakeServiceOptions

Defined in: types.ts:94

Options for createFakeService.

Properties

name?

optional name: string

Defined in: types.ts:98

Service name (short). Default: derived from typeName


typeName?

optional typeName: string

Defined in: types.ts:96

Service type name. Default: 'test.v1.TestService'