interface SupportDonation {
    amount: number;
    message: string;
    month: number;
    nickname: string;
    test: boolean;
    tts: number;
    type: "support";
}

Properties

amount: number
message: string
month: number
nickname: string
test: boolean
tts: number
type: "support"