Typescript Baby by Lwin Moe Paing
  • TypeScript ဆိုတာဘာလဲ ?
  • Preparing for Coding
    • Node Js Installation
    • TypeScript Package Installation
  • Typescript Config
  • Basic Typescript
    • JavaScript Type များ
    • TypeScript Annotation vs Inference
    • TS - String
    • TS - Number
    • TS - Boolean
    • TS - Null
    • TS - Undefined
    • TS - Union & Literal
    • TS - Unknown & Any
    • TS - Never
    • TS - Enum
    • TS - Array
    • TS - Object
    • TS - Type keyword
    • TS - Tuple
    • TS - Function
    • TS - Intersection
    • TS - Interface
    • TS - readonly
    • TS - keyof
    • TS - typeof
    • TS - Index Type
    • TS - Predefined & Index
    • TS - Union keys in Index
    • TS - Generic
    • TS - as Type Casting
    • TS - satisfies
  • Utility
    • TS - Pick
    • TS - Omit
    • TS - Partial
    • TS - Required
    • TS - Record
    • TS - Readonly
  • other-topic
    • TypeScript Narrowing
    • TypeScript Predicate Guard
    • TypeScript Template Literal
  • နိဂုံး
Powered by GitBook
On this page
  1. Utility

TS - Partial

Partial Utility Type ဆိုတာ Object Type တစ်ခုရဲ့ Property အားလုံး Optional Type ဖြစ်အောင်ပြောင်းပေးတာဖြစ်ပါတယ် ။

Partial ရေးသားနည်းနဲ့ PartialUser Type အသစ်ကို ဖန်တီးလိုက်တာပဲဖြစ်ပါတယ် ။

PreviousTS - OmitNextTS - Required

Last updated 4 months ago