move user.updateAt to UserLite

This commit is contained in:
Hazelnoot 2025-07-04 10:43:23 -04:00
parent 3dbfb4fa20
commit 69402e3abb
4 changed files with 9 additions and 8 deletions

View file

@ -4254,6 +4254,8 @@ export type components = {
host: string | null;
/** Format: date-time */
createdAt: string;
/** Format: date-time */
updatedAt: string | null;
approved: boolean;
/** @example Hi masters, I am Ai! */
description: string | null;
@ -4321,8 +4323,6 @@ export type components = {
movedTo: string | null;
alsoKnownAs: string[] | null;
/** Format: date-time */
updatedAt: string | null;
/** Format: date-time */
lastFetchedAt: string | null;
/** Format: url */
bannerUrl: string | null;