mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-09 12:16:36 +00:00
Separate types & fix #private import
This commit is contained in:
4
server/routers/auth/types.ts
Normal file
4
server/routers/auth/types.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export type TransferSessionResponse = {
|
||||
valid: boolean;
|
||||
cookie?: string;
|
||||
};
|
||||
Reference in New Issue
Block a user