Skip to content

Documentation / @super-line/core / CollectionName

Type Alias: CollectionName<C>

CollectionName<C> = keyof CollectionsOf<C> & string

Defined in: packages/core/src/contract.ts:432

Union of a contract's collection names (both families).

Type Parameters

C

C extends Contract

Released under the MIT License.