1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-09 05:20:05 +00:00

docs: fyxed typos and updated docs

This commit is contained in:
Yury Shkoda
2020-09-16 11:34:59 +03:00
parent 4ed150aff9
commit d517897615
45 changed files with 445 additions and 4066 deletions

View File

@@ -19,7 +19,7 @@ export class SASjsConfig {
*/
appLoc: string = ''
/**
* Can be SAS9 or SASVIYA
* Can be `SAS9` or `SASVIYA`.
*/
serverType: ServerType | null = null
/**

View File

@@ -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 {

View File

@@ -1,5 +1,5 @@
/**
* Server type - Viya or SAS9.
* Server type that can be `Viya` or `SAS9`.
*
*/
export enum ServerType {

View File

@@ -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 {