export interface AIEngineApiKeyCredential {
    key: string;
    url: string;
}
