import type * as Brevo from "../../../../index.js";
/**
 * @example
 *     {}
 */
export interface GetWebhooksRequest {
    /** Filter on webhook type */
    type?: Brevo.GetWebhooksRequestType;
    /** Sort the results in the ascending/descending order of webhook creation */
    sort?: Brevo.GetWebhooksRequestSort;
}
