Open
Description
Hi,
it seems there is no "official" interface that describes all available ctx.meta fields in moleculer-web. Something similar to the interface available in main moleculer would be great:
interface ServiceSettingSchema {
$noVersionPrefix?: boolean;
$noServiceNamePrefix?: boolean;
$dependencyTimeout?: number;
$shutdownTimeout?: number;
$secureSettings?: string[];
[name: string]: any;
}
Of course I can write this myself for now, it would just be convenient to have something official for the off chance that something in this $-fields changes. :)
Metadata
Metadata
Assignees
Labels
No labels