Configuration options for SoftwareInfo model instances.

This interface defines the configuration options for the SoftwareInfo model. Currently, no specific configuration options are required as the model automatically loads software information from the system manifest API.

Example: Basic Usage

const softwareInfo = SoftwareInfo.instance('system-info').build();
interface SoftwareInfoOptions {
    [key: string]: never;
}

Indexable

[key: string]: never

Reserved for future extensibility - currently no options required