Skip to content

Instantly share code, notes, and snippets.

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

Oleg Solomko legomushroom

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