Interface EntityLogsDocument

interface EntityLogsDocument {
    logs: EntityLog[];
}

Properties

Properties

logs: EntityLog[]