| Name | Type | Description | Notes |
|---|---|---|---|
| timestamp | number | The timestamp of the modification in millisecond | [default to undefined] |
| userId | string | The id of the user who did the modification | [default to undefined] |
import { RunEditInfo } from '@cosmotech/api-ts';
const instance: RunEditInfo = {
timestamp,
userId,
};