The RpgLogs Scripting API
    Preparing search index...

    Type Alias ExtendedSeries<T, Key>

    ExtendedSeries: Omit<T, "type"> & { type: Key }

    Type Parameters