UNPKG

@stackend/api

Version:

JS bindings to api.stackend.com

9 lines (7 loc) 170 B
export interface ModifiedDateAware { /** * Date when the object was modified. May be null. */ modifiedDate: number | null; } export default ModifiedDateAware;