mirror of
https://github.com/sasjs/server.git
synced 2026-04-20 20:33:13 +00:00
chore(api): added missing type
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
export interface PreProgramVars {
|
||||||
|
username: string
|
||||||
|
userId: number
|
||||||
|
displayName: string
|
||||||
|
serverUrl: string
|
||||||
|
accessToken: string
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user