Interface representing source information for a chat sequence.

SourceInfo

interface SourceInfo {
    filename: string;
    lastModified: string;
    size: number;
}

Hierarchy (View Summary)

Properties

filename: string

The filename of the source

lastModified: string

The last modified date of the source

size: number

The size of the source