mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-01 17:50:06 +00:00
5 lines
73 B
TypeScript
5 lines
73 B
TypeScript
export interface ExecutionQuery {
|
|
_program: string
|
|
_debug?: number
|
|
}
|