UNPKG

@stackend/api

Version:

JS bindings to api.stackend.com

8 lines 234 B
export interface ReferenceAble { /** * An opaque id that contains the objects community context, type and id */ obfuscatedReference: string; } export default ReferenceAble; //# sourceMappingURL=ReferenceAble.d.ts.map