mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-05 20:21:50 +02:00
♻️ Switch to turborepo (#532)
This commit is contained in:
parent
41ef81aa75
commit
0a836aeec7
419 changed files with 2300 additions and 2504 deletions
10
declarations/iron-session.d.ts
vendored
10
declarations/iron-session.d.ts
vendored
|
@ -1,10 +0,0 @@
|
|||
import "iron-session";
|
||||
|
||||
declare module "iron-session" {
|
||||
export interface IronSessionData {
|
||||
user: {
|
||||
id: string;
|
||||
isGuest: boolean;
|
||||
};
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue