Interface IAssociatedFileData

Defines the information about file from which the assembly was created.

interface IAssociatedFileData {
    fileId: string;
    name: string;
}

Properties

Properties

fileId: string

File ID.

name: string

File name.