/* 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 { ErrorResponse } from './common' export interface PlatformSetupInitSystemReqVO { admin_email?: string; admin_locale?: string; admin_password?: string; admin_password_confirmation?: string; site_name?: string; system_setup_password?: string; } export interface PlatformSetupStatusRespVO { status?: boolean; }