Alokai

HookParams

interface HookParams<C> {
	configuration?: C;
	logger: LoggerInterface;
}

Properties

NameRequiredTypeDescription
configurationOptionalC
loggerRequiredLoggerInterface

On this page