@ascentbv/ts-common - v1.0.134
    Preparing search index...

    Type Alias Stringifyable

    Stringifyable:
        | string
        | number
        | boolean
        | null
        | Stringifyable[]
        | { [key: string]: Stringifyable }