Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface PackageAuthorData

    interface PackageAuthorData {
        discord?: string;
        email?: string;
        name: string;
        url?: string;
    }
    Index

    Properties

    discord?: string

    A Discord username for the author

    email?: string

    The author email address

    name: string

    The author name

    url?: string

    A website url for the author