Interface QueryContext

interface QueryContext {
    adminClient: AdminClient<{}>;
}

Properties

Properties

adminClient: AdminClient<{}>