Function isSchemaListPayload
- isSchemaListPayload(
x?: null | DeepRestrictToStringKeys<{ schema: string }>,
): x is DeepRestrictToStringKeys<
{ schema: "network.xyo.diviner.schema.list"; schemas: string[] },
> Returns x is DeepRestrictToStringKeys<
{ schema: "network.xyo.diviner.schema.list"; schemas: string[] },
>