mirror of https://github.com/buster-so/buster.git
Merge pull request #485 from buster-so/dallin/bus-1366-5k-records-returned-notification
add has_more_records to the server shared type
This commit is contained in:
commit
59f850e792
|
@ -24,6 +24,7 @@ export const MetricDataResponseSchema = z.object({
|
|||
data: DataResultSchema.nullable(),
|
||||
data_metadata: DataMetadataSchema,
|
||||
metricId: z.string(),
|
||||
has_more_records: z.boolean(),
|
||||
});
|
||||
|
||||
export type GetMetricResponse = z.infer<typeof GetMetricResponseSchema>;
|
||||
|
|
Loading…
Reference in New Issue