Sanity Library Reference Docs
    Preparing search index...

    One rendered phrase. id is a stable, namespaced message id and params its interpolation values (raw leaves like titles/values/names, plus pre-rendered sub-phrases in the default locale); text is the English default. i18n consumers translate by id and interpolate params themselves.

    interface InsightPhrase {
        id: string;
        params: Record<string, unknown>;
        text: string;
    }
    Index

    Properties

    Properties

    id: string
    params: Record<string, unknown>
    text: string