Skip to content

GenericObject

A plain object with string keys.

Import:

import type { GenericObject } from 'obsidian-integration-testing';

Signature:

export type GenericObject

Signature:

type GenericObject = Record<string, unknown>

Type: Record<string, unknown>


Links to this page: