Beignet API reference
    Preparing search index...

    Type Alias FlagAttributeValue

    FlagAttributeValue:
        | null
        | boolean
        | number
        | string
        | readonly FlagAttributeValue[]
        | { readonly [key: string]: FlagAttributeValue }

    Attribute value accepted by the provider-neutral flag context.