Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 630 Bytes

File metadata and controls

22 lines (15 loc) · 630 Bytes

RunEditInfo

Properties

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]

Example

import { RunEditInfo } from '@cosmotech/api-ts';

const instance: RunEditInfo = {
    timestamp,
    userId,
};

[Back to Model list] [Back to API list] [Back to README]