Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

YaraRuleSignature

import type { YaraRuleSignature } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";

A signature corresponding to a YARA rule.

interface YaraRuleSignature {
yaraRule?: string;
}

§Properties

§
yaraRule?: string
[src]

The name of the YARA rule.