React Router API Reference
    Preparing search index...

    Type Alias unstable_SerializesTo<T>

    A brand that can be applied to a type to indicate that it will serialize to a specific type when transported to the client from a loader. Only use this if you have additional serialization/deserialization logic in your application.

    type unstable_SerializesTo<T> = {
        unstable__ReactRouter_SerializesTo: [T];
    }

    Type Parameters

    • T
    Index

    Properties

    unstable__ReactRouter_SerializesTo: [T]