Skip to content

TConfig should have a constraint added to it #139

@jswalden

Description

@jswalden

TConfig currently can be anything. But the underlying serialization mechanism, ejson, isn't going to handle everything that's possible. It really ought be constrained to at least what ejson supports to make minimally clear what you can/can't put in a TConfig.

Or, given that TConfig at least initially corresponds to whatever config options the user selects, tho, perhaps it ought be more narrowly { [id: string]: InputValue | undefined }.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions