@tryforge/forgescript
    Preparing search index...

    Interface ICompiledFunction

    interface ICompiledFunction {
        count: string | null;
        fields: (ICompiledFunctionField | ICompiledFunctionConditionField)[] | null;
        id: string;
        index: number;
        name: string;
        negated: boolean;
        silent: boolean;
    }
    Index
    count: string | null
    id: string
    index: number
    name: string
    negated: boolean

    Whether output is not desirable

    silent: boolean

    Whether error will be silenced and just exit execution