1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-08 13:00:05 +00:00
Files
adapter/src/types/ServerType.ts
2020-09-16 11:34:59 +03:00

9 lines
122 B
TypeScript

/**
* Server type that can be `Viya` or `SAS9`.
*
*/
export enum ServerType {
SASViya = 'SASVIYA',
SAS9 = 'SAS9'
}