Skip to main content

ODDefaultsStrings type

under construction

We are still working the API Reference! This page might be incomplete or doesn't contain all details!

Overview

This type is a list of string defaults available in the ODDefaultsManager class. It's used to generate typescript declarations for this class.

View Source

References

    Definition

    ([Key in (keyof api.ODDefaults)]: (api.ODDefaults[Key] extends string ? Key : never))[(keyof api.ODDefaults)]