Interface IFileReference

Reference to file.

interface IFileReference {
    id: string;
    name: string;
}

Properties

Properties

id: string

The ID of the referenced file.

name: string

The name of the referenced file.