lessel - v0.1.0
    Preparing search index...

    Interface ActionResult

    interface ActionResult {
        data?: Record<string, unknown>;
        error?: string;
        message?: string;
        success: boolean;
    }
    Index
    data?: Record<string, unknown>
    error?: string
    message?: string
    success: boolean