Delta-Pack - v0.2.9
    Preparing search index...

    Function BooleanType

    • Create a boolean type.

      Booleans are encoded as single bits using run-length encoding, making them very compact when there are many consecutive same values.

      Returns UnifiedType<BooleanType>

      const Settings = ObjectType("Settings", {
      darkMode: BooleanType(),
      notifications: BooleanType(),
      });