/** * Model: WebhookV2ResponseInfo * * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. * */ /** * Information regarding the reply sent back from a webhook endpoint */ export interface WebhookV2ResponseInfo { /** HTTP status code of the response */ status: string; /** UTC ISO 8601 timestamp of when the response was received */ received_at: string; } //# sourceMappingURL=webhook-v2-response-info.d.ts.map