Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NodeSharedCode
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dojo Project (HES-SO)
Projects
Shared
NodeSharedCode
Compare revisions
da42b3d49b9b624c2b4c26ba15b6459109696a41 to 352adb78aadf1ed9ad05860803ef6ff592aea9d6
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
dojo_project/projects/shared/nodesharedcode
Select target project
No results found
352adb78aadf1ed9ad05860803ef6ff592aea9d6
Select Git revision
Branches
jw_sonar
jw_sonar_backup
main
move-to-esm-only
open_tool_for_self_hosting
v5.0
Tags
v4.1
v4.2
8 results
Swap
Target
dojo_project/projects/shared/nodesharedcode
Select target project
dojo_project/projects/shared/nodesharedcode
1 result
da42b3d49b9b624c2b4c26ba15b6459109696a41
Select Git revision
Branches
jw_sonar
jw_sonar_backup
main
move-to-esm-only
open_tool_for_self_hosting
v5.0
Tags
v4.1
v4.2
8 results
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
Move DojoResponse to shared
· 352adb78
michael.minelli
authored
2 years ago
352adb78
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
types/DojoResponse.ts
+10
-0
10 additions, 0 deletions
types/DojoResponse.ts
with
10 additions
and
0 deletions
types/DojoResponse.ts
0 → 100644
View file @
352adb78
interface
DojoResponse
<
T
>
{
timestamp
:
string
;
code
:
number
;
description
:
string
;
sessionToken
:
string
;
data
:
T
;
}
export
default
DojoResponse
;
\ No newline at end of file
This diff is collapsed.
Click to expand it.