Interface Client

interface Client {
    cache?: Cache;
    client?: any;
}

Properties

Properties

cache?: Cache
client?: any