@oazmi/esbuild-types - v0.25.0
    Preparing search index...

    Interface PartialMessage

    interface PartialMessage {
        id?: string;
        pluginName?: string;
        text?: string;
        location?: null | Partial<Location>;
        notes?: PartialNote[];
        detail?: any;
    }
    Index

    Properties

    id?: string
    pluginName?: string
    text?: string
    location?: null | Partial<Location>
    notes?: PartialNote[]
    detail?: any