Documentation
    Preparing search index...
    type SuccessMessage = {
        details?: string;
        rows?: any;
        success: any;
        table?: any;
    }
    Index

    Properties

    details?: string
    rows?: any
    success: any
    table?: any