Skip to content

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

Interface: FakeServiceOptions

Defined in: test-fixtures/dist/types.d.ts:68

Options for createFakeService.

Properties

name?

optional name?: string

Defined in: test-fixtures/dist/types.d.ts:72

Service name (short). Default: derived from typeName


typeName?

optional typeName?: string

Defined in: test-fixtures/dist/types.d.ts:70

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