export interface GenerateSourcesExecutorSchema {
	outputProjectName: string
	sourceSpecPath: string
	generator: string
	sourceSpecUrlAuthorizationHeaders?: string
	additionalProperties?: string
	globalProperties?: string
	typeMappings?: string
	silent?: boolean
}
