Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frontend
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
idatt2106-2024-07
frontend
Merge requests
!79
Feat/notifications
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feat/notifications
feat/notifications
into
main
Overview
0
Commits
4
Pipelines
3
Changes
11
Merged
Jens Christian Aanestad
requested to merge
feat/notifications
into
main
8 months ago
Overview
0
Commits
4
Pipelines
3
Changes
11
Expand
0
0
Merge request reports
Compare
main
version 2
db6731b6
8 months ago
version 1
531718ab
8 months ago
main (base)
and
latest version
latest version
128c1c20
4 commits,
8 months ago
version 2
db6731b6
3 commits,
8 months ago
version 1
531718ab
2 commits,
8 months ago
11 files
+
717
−
123
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
src/api/models/BankIDRequest.ts
0 → 100644
+
9
−
0
Options
/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export
type
BankIDRequest
=
{
code
?:
string
;
state
?:
string
;
};
Loading