@wpazderski/playwright-utils
    Preparing search index...

    Represents a plain object that can be serialized.

    interface SerializablePlainObject {
        type: "plainObject";
        value: Record<string, SerializableData>;
    }
    Index

    Properties

    Properties

    type: "plainObject"

    The type of the serializable data.

    value: Record<string, SerializableData>

    The value of serializable data.