export interface LocationConfiguration {
    /**
     * If set to true, the user has the possibility to add a location to a device.
     */
    addLocation: boolean;
}
//# sourceMappingURL=location.model.d.ts.map