mirror of
https://github.com/spacebarchat/server.git
synced 2026-09-17 08:05:45 +00:00
update guild bans api
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
import { GuildCreateResponse } from "@spacebar/util";
|
||||
import { GuildBansResponse, GuildCreateResponse } from "@spacebar/util";
|
||||
import { GeneralConfiguration, LimitsConfiguration } from "../../config";
|
||||
import { DmChannelDTO } from "../../dtos";
|
||||
import {
|
||||
@@ -73,6 +73,8 @@ export type ApplicationSkusResponse = unknown[];
|
||||
|
||||
export type APIApplicationArray = Application[];
|
||||
|
||||
export type APIBansArray = GuildBansResponse[];
|
||||
|
||||
export type APIInviteArray = Invite[];
|
||||
|
||||
export type APIMessageArray = Message[];
|
||||
|
||||
Reference in New Issue
Block a user