/** * This file was auto-generated by Fern from our API Definition. */ /** * The end of a query response stream. */ export interface StreamResponseEnd { type: "end"; }