Skip to content

types/instance-of

@algorandfoundation/algokit-utils / types/instance-of

Table of contents

Type Aliases

Type Aliases

InterfaceOf

Ƭ InterfaceOf<ClassType>: { [Member in keyof ClassType]: ClassType[Member] }

A type that represents the interface of the class given as the generic parameter

Type parameters

Name
ClassType

Defined in

src/types/instance-of.ts:4