mirror of
https://github.com/sasjs/server.git
synced 2026-06-10 18:30:22 +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