kaios-types
    Preparing search index...

    Interface SystemUpdatePackageInfo

    Information about a system update package.

    interface SystemUpdatePackageInfo {
        buildDate?: number;
        description?: string;
        size?: number;
        type?: string;
        version?: string;
    }
    Index

    Properties

    buildDate?: number

    The build date of the update.

    description?: string

    A description of the update.

    size?: number

    The size of the update package.

    type?: string

    The type of the update package.

    version?: string

    The version of the update.