Esposter
    Preparing search index...

    Interface OverlayManifestEntry

    interface OverlayManifestEntry {
        isCharacterDevice: boolean;
        isDirectory: boolean;
        isOpaque: boolean;
        isSnapshotLowerPath: boolean;
        rdev: number;
        relativePath: string;
    }
    Index
    isCharacterDevice: boolean
    isDirectory: boolean
    isOpaque: boolean
    isSnapshotLowerPath: boolean
    rdev: number
    relativePath: string