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

    Type Alias LinkData

    Raw Link data

    type LinkData = {
        level?: number;
        name?: string;
        uuid: UUID;
    }
    Index

    Properties

    Properties

    level?: number
    name?: string
    uuid: UUID