chore(typing): remove next.d.ts
next != nUxt
This commit is contained in:
parent
b65c725a36
commit
dabebc6747
14
typings/next.d.ts
vendored
14
typings/next.d.ts
vendored
@ -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;
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user