import type { CommonURL } from './CommonURL'; /** * Name and display name attribute of a webhook */ export declare type WebHookNames = { uri?: CommonURL; name?: string; };