ZApiLeaf: ObjectSchema<{
    count: NumberSchema<number>;
    thread: StringSchema<string>;
}, undefined, {
    count: number;
    thread: string;
}> = ...

Type declaration

  • count: NumberSchema<number>
  • thread: StringSchema<string>

Type declaration

  • count: number
  • thread: string

Deprecated

Generated using TypeDoc