사용자 권한 관리 컴포넌트 타입 정리 및 코드 개선
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -39,9 +39,8 @@ export interface UserParams {
|
||||
|
||||
export interface UserListItem {
|
||||
usrid: string;
|
||||
idCl: string;
|
||||
idCL: string;
|
||||
status: string;
|
||||
tid: string;
|
||||
}
|
||||
|
||||
export interface UserFindResponse extends DefaulResponsePagination {
|
||||
@@ -60,7 +59,7 @@ export interface UserExistsUseridParams {
|
||||
export interface UserFindAuthMethodParams {
|
||||
mid: string;
|
||||
usrid: string;
|
||||
idCl: string;
|
||||
idCL: string;
|
||||
status: string;
|
||||
page?: DefaultRequestPagination;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user