Trevixal API
    Preparing search index...
    interface WritingGoal {
        label?: string;
        target: number;
        unit: "words" | "characters";
    }
    Index
    label?: string

    Display name for the goal ("Chapter draft"); not part of the progress label.

    target: number
    unit: "words" | "characters"