File tree Expand file tree Collapse file tree 3 files changed +0
-25
lines changed Expand file tree Collapse file tree 3 files changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ import type { MusicDefinitions } from './music';
13
13
import type { NameDefinitions } from './name' ;
14
14
import type { PhoneNumberDefinitions } from './phone_number' ;
15
15
import type { ScienceDefinitions } from './science' ;
16
- import type { SecurityDefinitions } from './security' ;
17
16
import type { SystemDefinitions } from './system' ;
18
17
import type { VehicleDefinitions } from './vehicle' ;
19
18
import type { WordDefinitions } from './word' ;
@@ -41,7 +40,6 @@ export interface Definitions {
41
40
music : MusicDefinitions ;
42
41
name : NameDefinitions ;
43
42
phone_number : PhoneNumberDefinitions ;
44
- security : SecurityDefinitions ;
45
43
science : ScienceDefinitions ;
46
44
system : SystemDefinitions ;
47
45
vehicle : VehicleDefinitions ;
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ export type { MusicDefinitions } from './music';
20
20
export type { NameDefinitions , NameTitleDefinitions } from './name' ;
21
21
export type { PhoneNumberDefinitions } from './phone_number' ;
22
22
export type { ScienceDefinitions } from './science' ;
23
- export type { SecurityDefinitions } from './security' ;
24
23
export type {
25
24
SystemDefinitions ,
26
25
SystemMimeTypeEntryDefinitions ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments