1
0
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:
Trevor Moody
2025-11-21 09:36:01 +00:00
parent d0aaad024b
commit 68e0da8a91
3 changed files with 36 additions and 7 deletions

View File

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