Connectum API Reference / @connectum/testing / index / FakeServiceOptions
Interface: FakeServiceOptions
Defined in: test-fixtures/dist/types.d.ts:68
Options for createFakeService.
Properties
name?
optionalname?:string
Defined in: test-fixtures/dist/types.d.ts:72
Service name (short). Default: derived from typeName
typeName?
optionaltypeName?:string
Defined in: test-fixtures/dist/types.d.ts:70
Service type name. Default: 'test.v1.TestService'
