Pathfinder 1e for Foundry VTT
    Preparing search index...

    Type Alias NoteEntry

    type NoteEntry = {
        text: HTML;
        type: "footer" | "effect";
    }
    Index

    Properties

    Properties

    text: HTML
    type: "footer" | "effect"