/* eslint-disable */ /* tslint:disable */ // @ts-nocheck /* * --------------------------------------------------------------- * ## THIS FILE WAS GENERATED VIA SWAGGER-TYPESCRIPT-API ## * ## ## * ## AUTHOR: acacode ## * ## SOURCE: https://github.com/acacode/swagger-typescript-api ## * --------------------------------------------------------------- */ import type { CommonPagination, ErrorResponse } from './common' export interface BusinessHooksConnectionVO { description?: string; hooklet_id?: string; icon_url?: string; id?: string; status?: number; title?: string; } export interface BusinessHooksGetAppConnectionsRespVO { items?: BusinessHooksConnectionVO[]; pagination?: CommonPagination; } export interface BusinessHooksGetAvailableHookletsRespVO { addition?: any; items?: any; pagination?: CommonPagination; } export interface FetchUserTokenRespVO { user_token?: string; }