타입 별칭 GetBillingKeyInfosResponse

GetBillingKeyInfosResponse: {
    items: BillingKeyInfo[];
    page: PageInfo;
}

빌링키 다건 조회 성공 응답 정보

타입 선언