Interface AppConfigurationResponse

Represents an App Configuration object.

interface AppConfigurationResponse {
    id: string;
    name: string;
    settings?: Record<string, any>;
}

Properties

Properties

id: string

Unique identifier for the app configuration

name: string

Name of the app configuration

settings?: Record<string, any>

Key-value pairs representing configuration settings