UNPKG

@stackend/api

Version:

JS bindings to api.stackend.com

8 lines 221 B
export interface PublishDateAware { /** * Date when the object will be published (visible) */ publishDate: number | null; } export default PublishDateAware; //# sourceMappingURL=PublishDateAware.d.ts.map