@dokieli/notifications - v1.1.0
    Preparing search index...

    Interface ConsumeOptions

    interface ConsumeOptions {
        accept?: string[];
        fetch?: FetchLike;
        language?: string;
        parser?: JSONLDParser;
    }

    Hierarchy (View Summary)

    Index
    accept?: string[]
    fetch?: FetchLike
    language?: string
    parser?: JSONLDParser