Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/sdk/src/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export type AppInfo = {
* https://pipedream.com/docs/connect/quickstart#find-your-apps-name-slug
*/
name_slug: string;
}
};

/**
* Response received after requesting project info.
Expand All @@ -67,8 +67,8 @@ export type ProjectInfoResponse = {
/**
* An array of apps linked to the project.
*/
apps: AppInfo[]
}
apps: AppInfo[];
};

/**
* Response received after creating a connect token.
Expand Down
Loading