Interface FileRegistry

interface FileRegistry {
    entries: Record<number, string>;
    reflections: Record<number, number>;
}

Properties

Properties

entries: Record<number, string>

Relative path according to the serialization root

reflections: Record<number, number>

File ID to reflection ID