Math3D Full Project API
    Preparing search index...

    Type Alias AppCaptureListResponse

    AppCaptureListResponse:
        | { folder: string; ok: true; paths: string[] }
        | { error: string; ok: false }