@duplicis/types - v1.0.0
    Preparing search index...

    Interface Bool

    Boolean options.

    interface Bool {
        default?: boolean;
        i18n?: Partial<Record<Locales, BindTranslations>>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    default?: boolean
    i18n?: Partial<Record<Locales, BindTranslations>>