dtamind-components
Version:
Apps integration for Dtamind. Contain Nodes and Credentials.
18 lines • 465 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
class XaiApi {
constructor() {
this.label = 'Xai API';
this.name = 'xaiApi';
this.version = 1.0;
this.inputs = [
{
label: 'X AI API Key',
name: 'xaiApiKey',
type: 'password'
}
];
}
}
module.exports = { credClass: XaiApi };
//# sourceMappingURL=XaiApi.credential.js.map