export type TTest = {
	test: string;
	test2: number;
	tests: string[];
};