-
Notifications
You must be signed in to change notification settings - Fork 1
/
devVirksomheter.ts
131 lines (130 loc) · 3.38 KB
/
devVirksomheter.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
import { Enhetsregistertreff } from 'felles/domene/stilling/Enhetsregister';
const devVirksomheter: Enhetsregistertreff[] = [
{
orgnr: '312113341',
name: 'ORDKNAPP BLOMSTRETE TIGER AS',
location: {
address: 'Nordre Kvervet',
postalCode: '1410',
city: 'KOLBOTN',
municipal: 'NORDRE FOLLO',
country: 'Norge',
county: null,
latitude: null,
longitude: null,
},
},
{
orgnr: '312328712',
name: 'OMTENKSOM LOJAL STRUTS PLC',
location: {
address: 'Hansmarka 22',
postalCode: '6017',
city: 'ÅLESUND',
municipal: 'ÅLESUND',
country: 'Norge',
county: null,
latitude: null,
longitude: null,
},
},
{
orgnr: '311904043',
name: 'UKJENT MOBIL FJELLREV',
location: {
address: 'Grinibråten 25',
postalCode: '1339',
city: 'VØYENENGA',
municipal: 'BÆRUM',
country: 'Norge',
county: null,
latitude: null,
longitude: null,
},
},
{
orgnr: '215271242',
name: 'KUNNSKAPSRIK FANTASTISK TIGER AS',
location: {
address: 'Vardeveien 60',
postalCode: '2020',
city: 'SKEDSMOKORSET',
municipal: 'LILLESTRØM',
country: 'Norge',
county: null,
latitude: null,
longitude: null,
},
},
{
orgnr: '315090334',
name: 'STRENG KRITISK TIGER AS',
location: {
address: 'Strandalivegen 255',
postalCode: '3570',
city: 'ÅL',
municipal: 'ÅL',
country: 'Norge',
county: null,
latitude: null,
longitude: null,
},
},
{
orgnr: '315414822',
name: 'ALFABETISK PLUTSELIG KATT OVERSKRIFT',
location: {
address: 'Okstadbrinken 18',
postalCode: '7075',
city: 'TILLER',
municipal: 'TRONDHEIM',
country: 'Norge',
county: null,
latitude: null,
longitude: null,
},
},
{
orgnr: '315595320',
name: 'UPRESIS VELDIG TIGER AS',
location: {
address: 'Kvamsvegen 142',
postalCode: '6791',
city: 'OLDEDALEN',
municipal: 'STRYN',
country: 'Norge',
county: null,
latitude: null,
longitude: null,
},
},
{
orgnr: '315024420',
name: 'DYKTIG ANSVARSFULL FJELLREV',
location: {
address: 'Løvjomåsveien 168',
postalCode: '4820',
city: 'FROLAND',
municipal: 'FROLAND',
country: 'Norge',
county: null,
latitude: null,
longitude: null,
},
},
{
orgnr: '311493523',
name: 'BARMHJERTIG EFFEKTIV TIGER AS',
location: {
address: 'Stedetutsiktspunktet',
postalCode: '5075',
city: 'BERGEN',
municipal: 'BERGEN',
country: 'Norge',
county: null,
latitude: null,
longitude: null,
},
},
];
export default devVirksomheter;