mirror of
https://github.com/fosrl/pangolin.git
synced 2025-12-12 10:58:06 +00:00
started integrating auth with lucia
This commit is contained in:
9
server/types/Response.ts
Normal file
9
server/types/Response.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export interface ResponseT<T> {
|
||||
data: T | null;
|
||||
success: boolean;
|
||||
error: boolean;
|
||||
message: string;
|
||||
status: number;
|
||||
}
|
||||
|
||||
export default ResponseT;
|
||||
Reference in New Issue
Block a user