-
Now request interfaces like `DistanceMatrixRequest`, `GeocodeRequest` extends `AxiosRequestConfig` which has params (type: any).
In my case I just want to omit key from request params because we se…
-
Hey,
When using NodeJS/ES6 to convert existing Typescript interfaces to OpenAPI it ignores nested interfaces that are declared in other files.
For example, the following interface:
```js
// ma…
-
Hello,
I would like to type my steps variables like that:
```ts
const steps: Step.StepOptions[] = [
// my steps
];
```
But I didnt't find a way to import the interface. Can you export it?
-
protobuf.js version: protobufjs-cli 1.1.2
When generating static code from a proto3 file, and subsequently generating the typescript definitions, each message ends up as
```
export class MyMess…
-
Interfaces help in managing the data by setting standards in how objects are structured.
-
## 🚀 Feature Proposal
We need TS interfaces, alongside JSONSchemas, for better developer experience. The interfaces will be derived directly from Schemas.
## Motivation
Please outline the mo…
fox1t updated
4 years ago
-
I would love to see typed Maps in Dart like it is possible in TypeScript.
TypeScript example:
```TypeScript
interface IPerson {
name: string;
age: number;
height?: number;
}
…
-
Currently, the definitions reference browser-specific types, which do not exist in other environments, e.g. in Node.js: https://github.com/tus/tus-js-client/blob/239343a75da5aaedeefbc3bf2438062554b5db…
-
### Description
I understand it's not part of the F# core library and isn't covered in the docs either, but IReadOnlyDictionary and IDictionary are abstractions around types that are covered by Fal…
-
TypeScript has two ways to describe the shape of an object: a type alias and an interface. I would like to collect some arguments for the discussion around types vs interfaces.
Historically, interf…
jhnns updated
4 years ago