add /edit stub

This commit is contained in:
Yusur 2025-10-23 09:59:18 +02:00
parent 54cafaa1da
commit 248555f7ad
10 changed files with 175 additions and 36 deletions

View file

@ -29,8 +29,9 @@ export type PostEntry = {
title: string,
created_at: string,
author?: UserEntry | null,
content?: string | null,
to: UserEntry | GuildEntry
content?: string,
to: UserEntry | GuildEntry ,
privacy?: number
};
export type ServerHealth = {