4 lines
68 B
TypeScript

export interface RequestParams {
[key: string]: string | number
}