mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-14 07:30:05 +00:00
chore: partial viya createFile testing
This commit is contained in:
@@ -70,18 +70,14 @@ interface IViyaTypesItem {
|
||||
* in the links array of a Viya
|
||||
* types/types api response
|
||||
*/
|
||||
interface IViyaTypesLink {
|
||||
[key: string]: string
|
||||
}
|
||||
type IViyaTypesLink = Record<string, string>
|
||||
|
||||
/**
|
||||
* Generic structure for a type's
|
||||
* 'properties' object from the Viya
|
||||
* types/types api response
|
||||
*/
|
||||
interface IViyaTypesProperties {
|
||||
[key: string]: string
|
||||
}
|
||||
type IViyaTypesProperties = Record<string, string>
|
||||
|
||||
/**
|
||||
* Arbitrary interface for storing
|
||||
|
||||
Reference in New Issue
Block a user