Hierarchy

  • Tables

Constructors

Properties

Methods

Constructors

  • Parameters

    • table: Record<string, any>
    • macroName: string

    Returns Tables

Properties

_tables: {
    [macroName: string]: Record<string, any>;
}

Type declaration

  • [macroName: string]: Record<string, any>

Methods

  • Parameters

    • table: null | Record<string, any>
    • macroName: string

    Returns void

Generated using TypeDoc