mirror of
https://github.com/emailerfacu-spec/minix-front.git
synced 2026-04-11 14:50:44 -03:00
fix: estaba mal el tipo de dato
This commit is contained in:
@@ -9,8 +9,10 @@
|
||||
import type { UserResponseDto } from '../../../types';
|
||||
|
||||
interface Prop {
|
||||
usuarios?: UserResponseDto[];
|
||||
error: boolean;
|
||||
data: {
|
||||
usuarios?: UserResponseDto[];
|
||||
error: boolean;
|
||||
};
|
||||
}
|
||||
|
||||
let { data }: Prop = $props();
|
||||
|
||||
Reference in New Issue
Block a user