Type Alias H5PFieldBoolean

H5PFieldBoolean: Prettify<
    H5PFieldCommon & { default: boolean; type: "boolean"
    | Boolean },
>