IQRF Gateway Daemon component configuration

interface IqrfGatewayDaemonComponentConfiguration<
    C extends IqrfGatewayDaemonComponentName,
> {
    enabled: boolean;
    libraryName: string;
    libraryPath: string;
    name: C;
    startLevel: number;
}

Type Parameters

Properties

enabled: boolean
libraryName: string
libraryPath: string
name: C
startLevel: number