app-db
    Preparing search index...

    Variable AppHistoryOmitFieldsSchemaConst

    AppHistoryOmitFieldsSchema: ZodObject<
        {
            appId: ZodOptional<ZodCoercedBoolean<unknown>>;
            id: ZodOptional<ZodCoercedBoolean<unknown>>;
            startedAt: ZodOptional<ZodCoercedBoolean<unknown>>;
            stopeedAt: ZodOptional<ZodCoercedBoolean<unknown>>;
        },
        $strip,
    > = ...