Defines properties for wiki attachment file.

interface WikiAttachment {
    name?: string;
    path?: string;
}

Properties

Properties

name?: string

Name of the wiki attachment file.

path?: string

Path of the wiki attachment file.