Function isSchemaStatsPayload
- isSchemaStatsPayload(
x?: null | DeepRestrictToStringKeys<{ schema: string }>,
): x is DeepRestrictToStringKeys<
{
count: { [key: string]: number };
name?: string;
schema: "network.xyo.diviner.schema.stats";
},
> Returns x is DeepRestrictToStringKeys<
{
count: { [key: string]: number };
name?: string;
schema: "network.xyo.diviner.schema.stats";
},
>