Logos DX
    Preparing search index...

    Interface BoolProps

    Object with string keys and boolean values.

    Perfect for feature flags, permission sets, validation results, and any boolean configuration mapping.

    function checkPermissions(user: User): BoolProps // { canRead: true, canWrite: false }
    function validateForm(data: FormData): BoolProps // { emailValid: true, nameValid: false }

    Indexable

    • [key: string]: boolean