ZApiPing: ObjectSchema<{
    content: StringSchema<string>;
}, undefined, {
    content: string;
}> = ...

Type declaration

  • content: StringSchema<string>

Type declaration

  • content: string

Deprecated

Generated using TypeDoc