aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Interface DynamicFieldsWithCursor

    Holds the dynamic fields and an optional next cursor for pagination.

    interface DynamicFieldsWithCursor {
        dynamicFields: DynamicFieldInfo[];
        nextCursor: string | null;
    }
    Index
    dynamicFields: DynamicFieldInfo[]

    An array of dynamic field information objects.

    nextCursor: string | null

    The next cursor for pagination. If null, no more fields are available.