@serenity-is/corelib / Decorators / registerInterface

Function: registerInterface()

registerInterface(nameOrIntf?, intf2?): (target, _context?) => void

Defined in: src/types/decorators.ts:26

Parameters

nameOrIntf?

string | InterfaceType[]

intf2?

InterfaceType[]

Returns

(target, _context?): void

Parameters

target

Function

_context?

any

Returns

void