import type { PageInfoV3 } from '../schemas/PageInfoV3'; export interface ListFirewallExceptionVersionsResponseV3Response extends PageInfoV3 { /** * A list of versions */ items: string[]; }