UNPKG

@stackend/api

Version:

JS bindings to api.stackend.com

8 lines (7 loc) 220 B
export interface ReferenceGroupIdAware { /** * An id used to differentiate a set of objects from another set of objects in the same context. */ referenceGroupId: number; } export default ReferenceGroupIdAware;