Update instance ban schema

This commit is contained in:
Rory&
2025-12-16 05:00:49 +01:00
parent da8c70b909
commit eafe79095e
3 changed files with 1 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -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;
}