@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias AdditionalFileSystemPermissions

    type AdditionalFileSystemPermissions = {
        entries?: FileSystemSandboxEntry[];
        globScanMaxDepth?: number;
        read: LegacyAppPathString[] | null;
        write: LegacyAppPathString[] | null;
    }
    Index

    Properties

    globScanMaxDepth?: number
    read: LegacyAppPathString[] | null

    This will be removed in favor of entries.

    write: LegacyAppPathString[] | null

    This will be removed in favor of entries.