import { CommonEntity } from '@servicelabsco/nestjs-utility-services'; import { GstStateAttributesDto } from '../dtos/gst.state.attributes.dto'; export declare class GstStateEntity extends CommonEntity { identifier: string; gst_state_id: string; short_code: string; name: string; attributes: GstStateAttributesDto; }