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