@shopify/cli-kit
    Preparing search index...

    Interface Checksum

    Represents the remote checksum for a file in a theme.

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    checksum: string

    Represents the checksum value of the theme file.

    key: string

    Identifier of the theme file.