Cerbos JavaScript SDK
    Preparing search index...

    Interface StringMatchContains

    Filter to match a string by a substring.

    interface StringMatchContains {
        contains: string;
    }
    Index

    Properties

    Properties

    contains: string

    The substring to match.