mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-08 06:04:56 +03:00
reverting previous change
This commit is contained in:
parent
85ecd0d4e2
commit
11212af2fb
6
src/types/index.d.ts
vendored
6
src/types/index.d.ts
vendored
|
@ -2,7 +2,7 @@ export * from './open-api';
|
|||
|
||||
export type Omit<T, K extends keyof T> = Pick<T, Exclude<keyof T, K>>;
|
||||
declare global {
|
||||
// type Dict<T> = {
|
||||
// [key: string]: T;
|
||||
// };
|
||||
type Dict<T> = {
|
||||
[key: string]: T;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user