1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 19:34:34 +00:00

chore(api): added missing type

This commit is contained in:
Saad Jutt
2021-11-10 08:13:12 +05:00
parent 42dde3eded
commit 13d2e15d72

View File

@@ -0,0 +1,7 @@
export interface PreProgramVars {
username: string
userId: number
displayName: string
serverUrl: string
accessToken: string
}