Variable AppHistoryOmitFieldsSchemaJsonConst
AppHistoryOmitFieldsSchemaJson: ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
appId: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
startedAt: ZodOptional<ZodCoercedBoolean<unknown>>;
stopeedAt: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
>,
> = ...