Interface ScanResponse

The response of the scanner

interface ScanResponse {
    instance: any;
    metadata: CreateCommandOptions;
    methods: MethodsMetadata[];
}

Properties

instance: any
methods: MethodsMetadata[]