UNPKG

@stackend/api

Version:

JS bindings to api.stackend.com

8 lines 191 B
export interface DescriptionAware { /** * Description of the object */ description: string; } export default DescriptionAware; //# sourceMappingURL=DescriptionAware.d.ts.map