Interface ConfigPayload

The payload object for config.

interface ConfigPayload {
    config_id?: string;
    labels: Label[];
    slug: string;
}

Properties

config_id?: string

Unique ID for the config.

labels: Label[]

The dynamic label mappings.

slug: string

The application slug.