UNPKG

@stackend/api

Version:

JS bindings to api.stackend.com

9 lines (7 loc) 138 B
export interface DescriptionAware { /** * Description of the object */ description: string; } export default DescriptionAware;