8 lines
270 B
TypeScript
8 lines
270 B
TypeScript
export interface PollingEndpointConsumerSeekOut {
|
|
iterator: string;
|
|
}
|
|
export declare const PollingEndpointConsumerSeekOutSerializer: {
|
|
_fromJsonObject(object: any): PollingEndpointConsumerSeekOut;
|
|
_toJsonObject(self: PollingEndpointConsumerSeekOut): any;
|
|
};
|