Alokai

ClientContext

interface ClientContext<CLIENT = any, CONFIG = any> {
	client: CLIENT;
	config: CONFIG;
}

Properties

NameRequiredTypeDescription
clientRequiredCLIENT
configRequiredCONFIG

On this page