Interface for file information in chat messages.

interface FileInfo {
    name: string;
    type: string;
}

Properties

Properties

name: string

Name of the file.

type: string

Type of the file.