mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-30 16:05:41 +00:00
Update instance ban schema
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -3,4 +3,5 @@ import { ConnectedAccount } from "@spacebar/util";
|
||||
export type InstanceUserDeleteSchema = InstanceUserDeleteSchemaContent | undefined; //unsure if this a correct way to make the body optional
|
||||
export interface InstanceUserDeleteSchemaContent {
|
||||
reason?: string;
|
||||
persistInstanceBan?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user