export function forceType(data: any) { return data as unknown as T; }