interface GetLocationQueryResponse {
    answerHash?: string;
    queryHash: string;
}

Properties

answerHash?: string
queryHash: string