add /edit stub
This commit is contained in:
parent
54cafaa1da
commit
248555f7ad
10 changed files with 175 additions and 36 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue