mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-09 13:30:04 +00:00
feat(*): recreate package with new name
This commit is contained in:
8
src/types/ServerType.ts
Normal file
8
src/types/ServerType.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Server type - Viya or SAS9.
|
||||
*
|
||||
*/
|
||||
export enum ServerType {
|
||||
SASViya = "SASVIYA",
|
||||
SAS9 = "SAS9",
|
||||
}
|
||||
Reference in New Issue
Block a user