Sanity Library Reference Docs
    Preparing search index...

    Base controller dispatched message

    interface Msg<T extends string> {
        type: T;
    }

    Type Parameters

    • T extends string

      Type of message

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    type: T