/** * Generated by orval v7.21.0 🍺 * Do not edit manually. * Negodata Api Server * OpenAPI spec version: 0.1.0 */ import type { SupplierAccountDataCreatedAt } from './supplierAccountDataCreatedAt'; export interface SupplierAccountData { su_id: string; login_id: string; status: number; created_at?: SupplierAccountDataCreatedAt; }