Badges-TS Documentation
    Preparing search index...

    Interface Badge

    Interface representing a badge that has been generated, including its name and the output path where it is saved. This interface is used to represent the result of a badge creation process, allowing for easy access to the badge's identifying information and location on the filesystem.

    interface Badge {
        name: string;
        outputPath: string;
    }
    Index

    Properties

    Properties

    name: string
    outputPath: string