/** * 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 { WhereType } from "./WhereType"; export declare class BirthDeceaseType { constructor(json: JSON | any); date?: string; localisation?: WhereType; modificationDate?: string; origin?: BirthDeceaseType.OriginEnum; } export declare namespace BirthDeceaseType { type OriginEnum = "BCSS_KSZ" | "RN_RR"; const OriginEnum: { BCSSKSZ: OriginEnum; RNRR: OriginEnum; }; }