/** The date the refreshed webhooks expire. */
export interface WebhooksExpirationDate {
  /** The expiration date of all the refreshed webhooks. */
  expirationDate: number;
}
