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

    Interface SendOptions

    interface SendOptions {
        contentType?: string;
        fetch?: FetchLike;
        headers?: Record<string, string>;
        parser?: JSONLDParser;
        prefer?: string[];
        property?: string;
    }

    Hierarchy (View Summary)

    Index
    contentType?: string
    fetch?: FetchLike
    headers?: Record<string, string>
    parser?: JSONLDParser
    prefer?: string[]
    property?: string