UNPKG

@bnb-chain/greenfield-js-sdk

Version:
3 lines (2 loc) 189 B
import { ListUserOwnedGroupsResponse } from '@/types/sp/ListUserOwnedGroups'; export declare const parseListUserOwnedGroupsResponse: (data: string) => Promise<ListUserOwnedGroupsResponse>;