mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-07 04:20:05 +00:00
Merge branch 'master' into issue90
This commit is contained in:
@@ -19,7 +19,7 @@ export class SASjsConfig {
|
||||
*/
|
||||
appLoc: string = ''
|
||||
/**
|
||||
* Can be SAS9 or SASVIYA
|
||||
* Can be `SAS9` or `SASVIYA`.
|
||||
*/
|
||||
serverType: ServerType | null = null
|
||||
/**
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* Represents requests that are queued, pending a signon event
|
||||
* Represents requests that are queued, pending a signon event.
|
||||
*
|
||||
*/
|
||||
export interface SASjsWaitingRequest {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* Server type - Viya or SAS9.
|
||||
* Server type that can be `Viya` or `SAS9`.
|
||||
*
|
||||
*/
|
||||
export enum ServerType {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* Represents a object that is passed to file uploader
|
||||
* Represents an object that is passed to the file uploader.
|
||||
*
|
||||
*/
|
||||
export interface UploadFile {
|
||||
|
||||
Reference in New Issue
Block a user