Page Contents
Home > @loopback/core > ServiceOptions
ServiceOptions type
Options to register a service binding
Signature:
export declare type ServiceOptions = {
name?: string;
interface?: ServiceInterface;
};
Home > @loopback/core > ServiceOptions
Options to register a service binding
Signature:
export declare type ServiceOptions = {
name?: string;
interface?: ServiceInterface;
};