Home
last modified time | relevance | path

Searched refs:PropOptions (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DreverseMappedPartiallyInferableTypes.ts11 export type PropValidator<T> = PropOptions<T>;
14 export type PropOptions<T> = { alias
/third_party/typescript/tests/baselines/reference/
DreverseMappedPartiallyInferableTypes.js10 export type PropValidator<T> = PropOptions<T>;
13 export type PropOptions<T> = {
DreverseMappedPartiallyInferableTypes.errors.txt13 export type PropValidator<T> = PropOptions<T>;
16 export type PropOptions<T> = {
DreverseMappedPartiallyInferableTypes.symbols27 export type PropValidator<T> = PropOptions<T>;
30 >PropOptions : Symbol(PropOptions, Decl(reverseMappedPartiallyInferableTypes.ts, 8, 46))
34 export type PropOptions<T> = {
35 >PropOptions : Symbol(PropOptions, Decl(reverseMappedPartiallyInferableTypes.ts, 8, 46))
DreverseMappedPartiallyInferableTypes.types18 export type PropValidator<T> = PropOptions<T>;
22 export type PropOptions<T> = {
23 >PropOptions : PropOptions<T>
/third_party/jsframework/runtime/main/model/
DvmOptions.ts37 export type PropOptions = string[] | {[key: string]: {default?: string}}; alias