[gapi.client.classroom] automatic update (#44787)

This commit is contained in:
Maxim Mazurok 2020-05-20 08:36:10 +10:00 committed by GitHub
parent 1cc3b201f9
commit bb35958a8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 18 deletions

View File

@ -8,7 +8,7 @@
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
// Generated from: https://classroom.googleapis.com/$discovery/rest?version=v1
// Revision: 20200422
// Revision: 20200516
/// <reference types="gapi.client" />

View File

@ -1,18 +1,18 @@
{
"compilerOptions": {
"module": "commonjs",
"lib": ["es6", "dom"],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"strictFunctionTypes": true
},
"files": ["index.d.ts", "gapi.client.classroom-tests.ts"]
"compilerOptions": {
"module": "commonjs",
"lib": ["es6", "dom"],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"strictFunctionTypes": true
},
"files": ["index.d.ts", "gapi.client.classroom-tests.ts"]
}

View File

@ -1,3 +1,3 @@
{
"extends": "dtslint/dt.json"
"extends": "dtslint/dt.json"
}