Represents the remote checksum for a file in a theme.

interface Checksum {
    checksum: string;
    key: string;
}

Hierarchy (view full)

Properties

Properties

checksum: string

Represents the checksum value of the theme file.

key: string

Identifier of the theme file.