Skip to content

Type Alias: TStringifiedBoolean

ts
type TStringifiedBoolean = "true" | "false";

Boolean serialized to a string.