Connectum API Reference / @connectum/testing / types / FakeServiceOptions
Interface: FakeServiceOptions
Defined in: types.ts:94
Options for createFakeService.
Properties
name?
optionalname:string
Defined in: types.ts:98
Service name (short). Default: derived from typeName
typeName?
optionaltypeName:string
Defined in: types.ts:96
Service type name. Default: 'test.v1.TestService'
