Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save legomushroom/862bcd10265b2f8895d2447b370bdd09 to your computer and use it in GitHub Desktop.
Save legomushroom/862bcd10265b2f8895d2447b370bdd09 to your computer and use it in GitHub Desktop.
```
export interface IPostMessageInfo {
type: 'vso-retrieve-partner-info-response';
partnerName: 'salesforce';
managementPortalUrl: string;
responseId: string;
environmentId: string;
token: string;
credentials: IGitCredential[];
};
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment