UNPKG

@stackend/api

Version:

JS bindings to api.stackend.com

9 lines (7 loc) 168 B
export interface PublishDateAware { /** * Date when the object will be published (visible) */ publishDate: number | null; } export default PublishDateAware;