kaios-types
    Preparing search index...

    Interface SystemUpdateProviderInfo

    Information about a system update provider.

    interface SystemUpdateProviderInfo {
        name?: string;
        uuid?: string;
    }
    Index

    Properties

    Properties

    name?: string

    The name of the provider.

    uuid?: string

    The UUID of the provider.