/** 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; }