UNPKG

@stackend/api

Version:

JS bindings to api.stackend.com

8 lines 156 B
export interface NameAware { /** * Name of the object */ name: string; } export default NameAware; //# sourceMappingURL=NameAware.d.ts.map