OneSDK
    Preparing search index...

    Type Alias Message<TypeName>

    type Message<TypeName extends string = string> = {
        $typeName: TypeName;
        $unknown?: UnknownField[];
    }

    Type Parameters

    • TypeName extends string = string
    Index

    Properties

    Properties

    $typeName: TypeName

    The fully qualified Protobuf type-name of the message.

    $unknown?: UnknownField[]

    Unknown fields and extensions stored on the message.