interface ResourceLink {
    contentType?: string;
    filePath: string;
    identifier: ResourceIdentifier;
    isMetadata: boolean;
}

Properties

contentType?: string

Content-type for a document (not defined for containers).

filePath: string

File path of a resource.

identifier: ResourceIdentifier

Identifier of a resource.

isMetadata: boolean

If the resource is a metadata file.