@squidcloud/client
    Preparing search index...

    Interface ManagementCreateApplicationResponse

    Response from creating a new application.

    interface ManagementCreateApplicationResponse {
        appId: string;
        devApiKey: string;
        prodApiKey: string;
    }
    Index

    Properties

    appId: string

    The ID of the created application

    devApiKey: string

    The API key for the dev environment

    prodApiKey: string

    The API key for the prod environment