1// deno-lint-ignore-file 2/* istanbul ignore file */ 3/* tslint:disable */ 4/* eslint-disable */ 5 6export type buildHookSetup = { 7 title?: string; 8 branch?: string; 9}; 10 11