@cobaltio/cobalt-js
    Preparing search index...

    Interface ConfigPayload

    The payload object for config.

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

    Properties

    config_id?: string

    Unique ID for the config.

    labels?: Label[]

    The dynamic label mappings.

    slug: string

    The application slug.