Skip to content

Factories<Obj>

A type of the factories to apply to the object.

Import:

import type { Factories } from 'obsidian-dev-utils/obsidian/components/monkey-around-component';

Signature:

export type Factories<Obj extends object>

Signature:

type Factories<Obj> = Partial<FullFactories<Obj>>

Type: Partial<FullFactories<Obj>>