1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-04 11:10:05 +00:00

chore: sasjs deploy return template type

This commit is contained in:
Saad Jutt
2022-03-22 02:38:20 +05:00
parent 31baf01d3e
commit 5140848039

View File

@@ -34,6 +34,7 @@ export class SASjsApiClient {
const { result } = await this.requestClient.post<{
status: string
message: string
streamServiceName?: string
example?: {}
}>(
'SASjsApi/drive/deploy',