/** * The Jira Cloud platform REST API * Jira Cloud platform REST API documentation * * The version of the OpenAPI document: 1001.0.0-SNAPSHOT * Contact: ecosystem@atlassian.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * The date the newly refreshed webhooks expire. * @export * @interface WebhooksExpirationDate */ export interface WebhooksExpirationDate { /** * * @type {number} * @memberof WebhooksExpirationDate */ readonly expirationDate: number; } export declare function WebhooksExpirationDateFromJSON(json: any): WebhooksExpirationDate; export declare function WebhooksExpirationDateFromJSONTyped(json: any, ignoreDiscriminator: boolean): WebhooksExpirationDate; export declare function WebhooksExpirationDateToJSON(value?: WebhooksExpirationDate): any;