Interface AppCreationResponse

Response interface for app creation

interface AppCreationResponse {
    appId: string;
    [key: string]: any;
}

Indexable

  • [key: string]: any

    Additional response data

Properties

Properties

appId: string

The created app ID