1// deno-lint-ignore-file 2/* istanbul ignore file */ 3/* tslint:disable */ 4/* eslint-disable */ 5 6export type buildHook = { 7 id?: string; 8 title?: string; 9 branch?: string; 10 url?: string; 11 site_id?: string; 12 created_at?: string; 13}; 14 15