UNPKG

310 BTypeScriptView Raw
1/**
2 * Type to register customer type ingesters.
3 */
4export interface IngesterRegistration {
5 /**
6 * Ingester GraphQL SDL
7 * Note: use the ingester() method of automation-client to load the ingester graphql contents.
8 */
9 ingester: string;
10}
11//# sourceMappingURL=IngesterRegistration.d.ts.map
\No newline at end of file