feat: manage account buttons

This commit is contained in:
Zamitto 2025-01-15 15:49:11 -03:00
parent d4be5b8c66
commit af4fcb8f06
12 changed files with 286 additions and 149 deletions

View file

@ -416,6 +416,8 @@ export interface CatalogueSearchPayload {
developers: string[];
}
export type ManageAccountPage = "update-email" | "update-password";
export * from "./steam.types";
export * from "./real-debrid.types";
export * from "./ludusavi.types";