Core API Overview > @adpt/core > HandleInstanceType
HandleInstanceType type
Extracts the instance type associated with a Handle.
Signature:
export declare type HandleInstanceType<H extends Handle> = H extends Handle<infer I> ? I : never;
Adapt v0.3.0: now with Google Cloud Run support!