mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-07 14:05:28 +03:00
13 lines
286 B
TypeScript
13 lines
286 B
TypeScript
|
|
export { devices, deviceMap } from "./devices";
|
||
|
|
export { hardwareOptions, hardwareMap } from "./hardware";
|
||
|
|
export { ports, portMap } from "./ports";
|
||
|
|
|
||
|
|
export type {
|
||
|
|
DeviceConfig,
|
||
|
|
DeviceMapping,
|
||
|
|
VolumeMapping,
|
||
|
|
HardwareOption,
|
||
|
|
PortConfig,
|
||
|
|
NvidiaDeployConfig,
|
||
|
|
} from "./types";
|