chore(typing): remove next.d.ts

next != nUxt
This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2023-12-29 18:09:49 -05:00
parent b65c725a36
commit dabebc6747
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

14
typings/next.d.ts vendored
View File

@ -1,14 +0,0 @@
import { Document } from "mongoose";
import { IStory } from "@models/stories";
import { IUser } from "@models/user";
declare module "next" {
export interface NextApiRequest {
newStory?: IStory;
user?: IUser;
files: any;
AddID?: string | number;
readStory?: IStory;
cidx?: number;
}
}