Skip to content

Instantly share code, notes, and snippets.

View legomushroom's full-sized avatar
🇺🇦
stop rashizm

Oleg Solomko legomushroom

🇺🇦
stop rashizm
View GitHub Profile
```
export interface IPostMessageInfo {
type: 'vso-retrieve-partner-info-response';
partnerName: 'salesforce';
managementPortalUrl: string;
responseId: string;
environmentId: string;
token: string;
credentials: IGitCredential[];
};