UNPKG

@stackend/api

Version:

JS bindings to api.stackend.com

10 lines (8 loc) 199 B
export interface CreatedDateAware { /** * Date when the object was created. * Can be passed directly to new Date(createdDate) */ createdDate: number; } export default CreatedDateAware;