/** * A ĞecoĞvidanto object. */ export default interface Gecobject { /** * Unique identifier of the object, given by database. */ readonly _id?: string; }