UNPKG

@stackend/api

Version:

JS bindings to api.stackend.com

8 lines 224 B
export interface ModifiedDateAware { /** * Date when the object was modified. May be null. */ modifiedDate: number | null; } export default ModifiedDateAware; //# sourceMappingURL=ModifiedDateAware.d.ts.map