Skip to content

RemoteEntryType

type RemoteEntryType = "file" | "directory" | "symlink" | "unknown";

Defined in: src/types/public.ts:19

Normalized remote entry kinds returned by listing and metadata operations.