Type Alias GetAccountCollectionsParams

GetAccountCollectionsParams: PaginatedParams<{
    username: string;
}>