Interface LeetCodeGraphQLResponse

interface LeetCodeGraphQLResponse {
    data: any;
}

Properties

Properties

data: any

Generated using TypeDoc