@portone/server-sdk
    Preparing search index...

    Type Alias CustomerSeparatedName

    고객 분리형 이름

    type CustomerSeparatedName = {
        first: string;
        last: string;
    }
    Index

    Properties

    Properties

    first: string

    이름

    last: string