Type Alias CustomerSeparatedName

CustomerSeparatedName: { first: string; last: string }

고객 분리형 이름

Type declaration

  • first: string

    이름

  • last: string