Type Alias SymbolFrequency

type SymbolFrequency = {
    Frequency?: number;
    Symbol?: SymbolValue;
}
Index

Properties

Properties

Frequency?: number

Frequency of the above symbol in the field

Symbol?: SymbolValue