Type Alias RuleExecResult
RuleExecResult: {
fields?: APIEmbed["fields"];
logEmbed?: APIEmbed;
matched: boolean;
reason?: string;
}
Type declaration
Optional
fields?: APIEmbed["fields"]
Optional
logEmbed?: APIEmbed
matched: boolean
Optional
reason?: string