export type SourceTriggerDescriptor = { branchName: string; commitId: string; eventType: string; id: string; providerType: string; pullRequestId: string; repositoryUrl: string; };