Forest Admin - API reference
    Preparing search index...
    type SuccessResult = {
        html?: string;
        invalidated: Set<string>;
        message: string;
        type: "Success";
    }
    Index

    Properties

    html?: string
    invalidated: Set<string>
    message: string
    type: "Success"