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