interface Message {
    plugin?: string;
    type: string;
    [others: string]: any;
}

Indexable

[others: string]: any

Properties

Properties

plugin?: string

Source PostCSS plugin name.

type: string

Message type.