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

    Type Alias SourceInfoOptions

    SourceInfoOptions: Partial<
        {
            builtIn: boolean;
            ignoreNull: boolean;
            item: ItemPF;
            itemId: string;
            name: string;
            positive: boolean;
            raw: number;
            type: string;
        },
    >