Interface IReconstructedFileTree

interface IReconstructedFileTree {
    contents: string;
    editors: string;
    trackingNumber: string;
    viewers: string;
}

Properties

contents: string
editors: string
trackingNumber: string
viewers: string