UNPKG

@stackend/api

Version:

JS bindings to api.stackend.com

9 lines (7 loc) 184 B
export interface ReferenceAble { /** * An opaque id that contains the objects community context, type and id */ obfuscatedReference: string; } export default ReferenceAble;