Documentation
    Preparing search index...

    Type Alias ProviderMessage

    type ProviderMessage = {
        data: unknown;
        type: string;
    }
    Index

    Properties

    Properties

    data: unknown
    type: string