@ducor/form
Version:
form package
23 lines (22 loc) • 470 B
TypeScript
declare const value1: {
name: string;
age: number;
address: {
city: string;
country: string;
};
hobbies: string[];
isActive: boolean;
lastLogin: Date;
role_ids: number[];
role_id: number;
role_name: string;
role_description: string;
role_permissions: string[];
role_created_at: Date;
role_updated_at: Date;
abs: (string | number | boolean | {
a: number;
b: number;
})[];
};