interface QueryPointerRequest {
    pointee: string;
    pointerType: PointerType;
}

Properties

Properties

pointee: string
pointerType: PointerType