Math3D Full Project API
    Preparing search index...

    Type Alias AppCaptureScreenshotResponse

    AppCaptureScreenshotResponse:
        | { folder: string; ok: true; path: string }
        | { error: string; ok: false }