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