1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-11 01:14:36 +00:00

Merge pull request #579 from sasjs/sasjs/server-support

chore: removed legacy code
This commit is contained in:
Allan Bowe
2021-10-28 14:02:17 +01:00
committed by GitHub

View File

@@ -1,5 +1,4 @@
export interface ExecutionQuery {
_program: string
_debug?: number
_log?: boolean
}