4 lines
65 B
TypeScript
4 lines
65 B
TypeScript
export type UnspecifiedObject = {
|
|
[key: string]: unknown;
|
|
};
|
export type UnspecifiedObject = {
|
|
[key: string]: unknown;
|
|
};
|