UNPKG

@atomist/sdm

Version:

Atomist Software Delivery Machine SDK

11 lines 310 B
/** * Type to register customer type ingesters. */ export interface IngesterRegistration { /** * Ingester GraphQL SDL * Note: use the ingester() method of automation-client to load the ingester graphql contents. */ ingester: string; } //# sourceMappingURL=IngesterRegistration.d.ts.map