mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-17 03:38:17 +00:00
fix: export structure types and update zlib to latest (#270)
* Update deps.ts * Fixing import for structures * Fix export * Fixes format
This commit is contained in:
@@ -27,3 +27,10 @@ export function updateStructures(newStructures: Structures) {
|
||||
...newStructures,
|
||||
};
|
||||
}
|
||||
|
||||
export type { Channel } from "./channel.ts";
|
||||
export type { Guild } from "./guild.ts";
|
||||
export type { Member } from "./member.ts";
|
||||
export type { Message } from "./message.ts";
|
||||
export type { Role } from "./role.ts";
|
||||
export type { Template } from "./template.ts";
|
||||
|
||||
Reference in New Issue
Block a user