Type Alias UserOptionsProps
UserOptionsProps: { handleClose: VoidFunction; handleSelectUser: (user: IUser) => void; selectedUsers?: IUser[]; title: string;} Type declaration
handleClose: VoidFunction
handleSelectUser: (user: IUser) => void
OptionalselectedUsers?: IUser[]
title: string