list users
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { AuthSessionType, AuthUser } from '~/types/auth';
|
||||
import type { ApiResponse } from '~/types/api';
|
||||
import type { AuthSessionType, AuthUser } from '#shared/types/auth';
|
||||
import type { ApiResponse } from '#shared/types/api';
|
||||
|
||||
export async function getAuthSessionData(params: {
|
||||
sessionType: AuthSessionType;
|
||||
|
||||
Reference in New Issue
Block a user