···248248 * Set `instance` to create an instantiable SDK. Using `true` will use the
249249 * default instance name; in practice, you want to define your own by passing
250250 * a string value.
251251- *
252252- * @default false
253251 */
254254- instance: string | boolean;
252252+ instance: string;
255253 /**
256254 * Customise the name of methods within the service. By default,
257255 * {@link IR.OperationObject.id} is used.