Formatting, exports
This commit is contained in:
parent
e09210f3e0
commit
0a4e8c9014
14 changed files with 66 additions and 34 deletions
|
|
@ -5,7 +5,7 @@ import type { MemoryType } from "./memory.js";
|
|||
import type { DiscType, DiskType, IStorage } from "./storage.js";
|
||||
import type { INet } from "./types.js";
|
||||
|
||||
export enum ItemType {
|
||||
enum ItemType {
|
||||
SCREWDRIVER,
|
||||
CPU,
|
||||
GRAPHIC_CARD,
|
||||
|
|
@ -41,7 +41,7 @@ export enum ItemType {
|
|||
SECURITY_KEY,
|
||||
}
|
||||
|
||||
export enum FormFactorType {
|
||||
enum FormFactorType {
|
||||
M_ATX,
|
||||
ATX,
|
||||
E_ATX,
|
||||
|
|
@ -196,6 +196,8 @@ interface IModem extends IItem {
|
|||
}
|
||||
|
||||
export {
|
||||
ItemType,
|
||||
FormFactorType,
|
||||
type IItem,
|
||||
type IConnectedDevice,
|
||||
type IScrewdriver,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue