mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
update throwException types (#43626)
This commit is contained in:
parent
325b3e9b79
commit
8f19d2dd2e
@ -134,7 +134,7 @@ declare namespace GoogleAppsScript {
|
||||
interface DebugError {
|
||||
printJson(): string;
|
||||
setText(text: string): DebugError;
|
||||
throwException(): void;
|
||||
throwException(): never;
|
||||
}
|
||||
/**
|
||||
* Contains field-related data. Its properties determine how the field is used in Data Studio.
|
||||
@ -453,7 +453,7 @@ declare namespace GoogleAppsScript {
|
||||
printJson(): string;
|
||||
setDebugText(text: string): UserError;
|
||||
setText(text: string): UserError;
|
||||
throwException(): void;
|
||||
throwException(): never;
|
||||
}
|
||||
/**
|
||||
* function getData(request: GoogleAppsScript.Data_Studio.Request<YourConnectorParams>)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user