* feat(ui): add `input group` base component * feat(history): add history viewer and rewind * test: update selector snapshot * test: add PW base page * style: apply TS style fixes * chore(history): request history wiki * chore(history): remove unwanted symbol * chore: fix type * style: apply TS style fixes
6 lines
102 B
TypeScript
6 lines
102 B
TypeScript
/**
|
|
* RequestHistory and logging interfaces and types
|
|
*/
|
|
|
|
export type { RequestLog } from './logs';
|