/** * Api Documentation * Api Documentation * * OpenAPI spec version: 1.0 * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ import { InhabitantType } from "./InhabitantType"; import { LocalisedString } from "./LocalisedString"; import { WhereType } from "./WhereType"; export declare class CivilStateType { constructor(json: JSON | any); code?: number; descriptions?: Array; localisation?: WhereType; modificationDate?: string; origin?: CivilStateType.OriginEnum; partner?: InhabitantType; } export declare namespace CivilStateType { type OriginEnum = "BCSS_KSZ" | "RN_RR"; const OriginEnum: { BCSSKSZ: OriginEnum; RNRR: OriginEnum; }; }