SongGuess
    Preparing search index...

    Interface ContainerDirectorySnapshot

    interface ContainerDirectorySnapshot {
        dir: string;
        id: string;
        name?: string;
        size: number;
    }
    Index

    Properties

    Properties

    dir: string
    id: string
    name?: string
    size: number