Interface IClient

interface IClient {
    destroyAll: KoffiFunction;
    destroySession: KoffiFunction;
    freeMemory: KoffiFunction;
    request: KoffiFunction;
}

Properties

destroyAll: KoffiFunction
destroySession: KoffiFunction
freeMemory: KoffiFunction
request: KoffiFunction