move user.updateAt to UserLite
This commit is contained in:
parent
3dbfb4fa20
commit
69402e3abb
4 changed files with 9 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue