Type alias VariableDefinition

VariableDefinition: {
    [x: string]: unknown;
}

Type declaration

  • [x: string]: unknown