anyline-js
    Preparing search index...

    Interface StartVariable

    A key-value pair used to pass custom variables to the scanning plugin.

    interface StartVariable {
        key: string;
        value: string | number | boolean;
    }
    Index

    Properties

    Properties

    key: string
    value: string | number | boolean