interface IdentifyLabelsInput {
    labels: {
        source: IdentifySource;
        type: "LABELS" | "UNSAFE" | "ALL";
    };
}

Properties

Properties

labels: {
    source: IdentifySource;
    type: "LABELS" | "UNSAFE" | "ALL";
}

Type declaration