Variable ZOwnerCommentConst
ZOwnerComment: ObjectSchema<{
command: StringSchema<string>;
comment: StringSchema<string>;
time: StringSchema<string>;
}, undefined, {
command: string;
comment: string;
time: string;
}> = ...
Type declaration
command: StringSchema<string>
comment: StringSchema<string>
time: StringSchema<string>
Type declaration
command: string
comment: string
time: string