change: move application types to applications folder

This commit is contained in:
ITOH
2021-05-15 11:37:42 +02:00
parent 32b684784b
commit 613aa1a71d
3 changed files with 2 additions and 2 deletions

View File

@@ -196,8 +196,8 @@ export * from "./misc/image_format.ts";
export * from "./misc/image_size.ts";
export * from "./misc/typing_start.ts";
export * from "./mod.ts";
export * from "./oauth2/application.ts";
export * from "./oauth2/application_flags.ts";
export * from "./applications/application.ts";
export * from "./applications/application_flags.ts";
export * from "./oauth2/bot_auth_query.ts";
export * from "./oauth2/get_current_authorization_information.ts";
export * from "./oauth2/scopes.ts";