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

    Type Alias PlatformTransferPropertyExactMatchInput

    사용자 정의 속성 key/value exact match

    type PlatformTransferPropertyExactMatchInput = {
        key: string;
        value: string;
    }
    Index

    Properties

    Properties

    key: string

    value: string