/** * Model: DeleteWebhook500Response * * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. * */ export interface DeleteWebhook500Response { /** For erroneous requests, this value is always `true`. */ error: boolean; /** Status code */ status: StatusEnum; /** A string describing the error */ message: string; } export type StatusEnum = '500'; //# sourceMappingURL=delete-webhook500-response.d.ts.map