export type WithTestId = T & { /** * Test id attribute for unit/e2e testing */ "data-id"?: string; };