@seamapi/http - v1.123.0
    Preparing search index...

    Type Alias NoiseSensorsNoiseThresholdsDeleteParameters

    type NoiseSensorsNoiseThresholdsDeleteParameters = {
        device_id: string;
        noise_threshold_id: string;
        sync?: boolean;
    }
    Index

    Properties

    device_id: string
    noise_threshold_id: string
    sync?: boolean