Interface GoogleResponseInternal

interface GoogleResponse {
    results: Result[];
    status: string;
}

Properties

Properties

results: Result[]
status: string