2 Matching Annotations
- Oct 2019
-
stackoverflow.com stackoverflow.com
-
export type Data = { [scope in Scopes]: ScopedData<scope> };
-
-
stackoverflow.com stackoverflow.com
-
var entityTypes = { Report: <ReportEntityType>{ properties: { id: { dataType: "number" }, title: { dataType: "string", required: true, displayName: "Title" } } } };
-