mirror of
https://github.com/sasjs/server.git
synced 2025-12-10 11:24:35 +00:00
chore(api): added missing type
This commit is contained in:
7
api/src/types/PreProgramVars.ts
Normal file
7
api/src/types/PreProgramVars.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export interface PreProgramVars {
|
||||
username: string
|
||||
userId: number
|
||||
displayName: string
|
||||
serverUrl: string
|
||||
accessToken: string
|
||||
}
|
||||
Reference in New Issue
Block a user