UNPKG

@prismatic-io/spectral

Version:

Utility library for building Prismatic connectors and code-native integrations

8 lines (7 loc) 236 B
/** Contains attributes of the instance that is being executed. */ export interface InstanceAttributes { /** Programmatic ID of the deployed instance. */ id: string; /** Name of the deployed instance. */ name: string; }