Modrinth API Types - v1.1.0
    Preparing search index...

    Type Alias APINotificationAction

    type APINotificationAction = {
        action_route: string[];
        title: string;
    }
    Index

    Properties

    Properties

    action_route: string[]

    The HTTP code and path to request in order to perform this action.

    title: string

    The friendly name for this action.