add project structure documentation
This commit is contained in:
@ -1 +1,9 @@
|
||||
export const loginFromSystemService = (userId: string) => {};
|
||||
import { UserHeaderInformation } from "../../../helpers/http/userHeader/getUserHeaderInformation/types";
|
||||
import { createUserSessionService } from "../../userSession/services/createUserSession.service";
|
||||
|
||||
export const loginFromSystemService = (
|
||||
userId: string,
|
||||
userHeaderInfo: UserHeaderInformation
|
||||
) => {
|
||||
// const userSession = await createUserSessionService()
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user