Moved notebooks to latest API version (#1320)

* Moved notebooks to latest API version

* fixed lint errors
This commit is contained in:
Srinath Narayanan
2022-08-30 14:08:52 -07:00
committed by GitHub
parent a4061a96b1
commit a851f78b1c
4 changed files with 24 additions and 16 deletions

View File

@@ -481,6 +481,10 @@ export interface IMaxUsersPerDbAccountExceeded extends IPhoenixError {
}
export interface IPhoenixConnectionInfoResult {
readonly phoenixServiceInfo?: IPhoenixServiceInfo;
}
export interface IPhoenixServiceInfo {
readonly authToken?: string;
readonly phoenixServiceUrl?: string;
readonly forwardingId?: string;