mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-28 11:08:22 +03:00
11 lines
189 B
TypeScript
11 lines
189 B
TypeScript
import type { SectionConfigOverrides } from "./types";
|
|
|
|
const detectors: SectionConfigOverrides = {
|
|
base: {
|
|
fieldOrder: [],
|
|
advancedFields: [],
|
|
},
|
|
};
|
|
|
|
export default detectors;
|