Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 645 Bytes

File metadata and controls

22 lines (15 loc) · 645 Bytes

SolutionEditInfo

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 { SolutionEditInfo } from '@cosmotech/api-ts';

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

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