UNPKG

@stackend/api

Version:

JS bindings to api.stackend.com

9 lines 254 B
export interface CreatedDateAware { /** * Date when the object was created. * Can be passed directly to new Date(createdDate) */ createdDate: number; } export default CreatedDateAware; //# sourceMappingURL=CreatedDateAware.d.ts.map