const base = { data: { name: 'John Doe', age: 30, gender: 'male' }, t: (text: string) => { return text; }, }; export const mockDataCardProps = { base, };