@parra/parra-js-sdk 0.2.57 → 0.2.58
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ParraAPI.d.ts +1 -1
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
|
@@ -197,7 +197,7 @@ export interface TeamMember {
|
|
|
197
197
|
email: string;
|
|
198
198
|
avatar_url?: string;
|
|
199
199
|
}
|
|
200
|
-
export declare type TeamMemberListResponse = Array<
|
|
200
|
+
export declare type TeamMemberListResponse = Array<TeamMember>;
|
|
201
201
|
export interface AnswerData {
|
|
202
202
|
}
|
|
203
203
|
export interface FeedbackMetrics {
|