mirror of https://github.com/buster-so/buster.git
add has_more_records to the server shared type
This commit is contained in:
parent
7277e45235
commit
10431a81d3
|
@ -24,6 +24,7 @@ export const MetricDataResponseSchema = z.object({
|
||||||
data: DataResultSchema.nullable(),
|
data: DataResultSchema.nullable(),
|
||||||
data_metadata: DataMetadataSchema,
|
data_metadata: DataMetadataSchema,
|
||||||
metricId: z.string(),
|
metricId: z.string(),
|
||||||
|
has_more_records: z.boolean(),
|
||||||
});
|
});
|
||||||
|
|
||||||
export type GetMetricResponse = z.infer<typeof GetMetricResponseSchema>;
|
export type GetMetricResponse = z.infer<typeof GetMetricResponseSchema>;
|
||||||
|
|
Loading…
Reference in New Issue