Modrinth API Types - v1.1.0
    Preparing search index...

    Type Alias APIUserPayout

    type APIUserPayout = {
        amount: number;
        created: Date;
        status: string;
    }
    Index

    Properties

    Properties

    amount: number

    The amount of this transaction in USD.

    created: Date

    The date of this transaction.

    status: string

    The status of this transaction.