Math3D Full Project API
    Preparing search index...
    VtkVolumeSliceResponse:
        | {
            data: Uint8Array;
            format: "rgba8";
            height: number;
            max?: number;
            min?: number;
            ok: true;
            width: number;
        }
        | { error: string; ok: false }