diff --git a/src/types/oauth2/application.ts b/src/types/applications/application.ts similarity index 100% rename from src/types/oauth2/application.ts rename to src/types/applications/application.ts diff --git a/src/types/oauth2/application_flags.ts b/src/types/applications/application_flags.ts similarity index 100% rename from src/types/oauth2/application_flags.ts rename to src/types/applications/application_flags.ts diff --git a/src/types/mod.ts b/src/types/mod.ts index 3ca331274..80bb9c3d5 100644 --- a/src/types/mod.ts +++ b/src/types/mod.ts @@ -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";