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

    Type Alias ChannelGroupSummary

    채널 그룹 정보

    type ChannelGroupSummary = {
        id: string;
        name: string;
        isForTest: boolean;
    }
    Index

    Properties

    Properties

    id: string

    채널 그룹 아이디

    name: string

    채널 그룹 이름

    isForTest: boolean

    테스트 채널 그룹 여부