Added topicId to CourseWork (#47345)

Co-authored-by: Jimmy <_>
This commit is contained in:
Jimmy Affatigato 2020-09-08 16:50:03 -04:00 committed by GitHub
parent 84bb61fb1e
commit 5d48f7aa5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -877,6 +877,7 @@ declare namespace GoogleAppsScript {
state?: string;
submissionModificationMode?: string;
title?: string;
topicId?: string;
updateTime?: string;
workType?: string;
}