Home
last modified time | relevance | path

Searched defs:PropType (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DreverseMappedPartiallyInferableTypes.ts6 export type PropType<T> = Prop<T>; alias
/third_party/typescript/tests/cases/conformance/types/literal/
DtemplateLiteralTypes1.ts144 type PropType<T, Path extends string> = alias