import type ArchivesPage from "./index.vue";

export type ArchivesPageInstance = InstanceType<typeof ArchivesPage>;
