Skip to main content

Type Alias: ModelProps

type ModelProps = IKeyValue & object;

Defined in: models/model.ts:14

The main model properties shared across all other classes.

Type declaration

created?

optional created: number;

The timestamp of when the model was created

uuid?

optional uuid: string;

The UUID of the model