diff --git a/api/src/types/PreProgramVars.ts b/api/src/types/PreProgramVars.ts new file mode 100644 index 0000000..2010432 --- /dev/null +++ b/api/src/types/PreProgramVars.ts @@ -0,0 +1,7 @@ +export interface PreProgramVars { + username: string + userId: number + displayName: string + serverUrl: string + accessToken: string +}