Interface APIGuildSubscription

interface APIGuildSubscription {
    cost: number;
    createdAt: string;
    description: null | string;
    roleId: number;
    serverId: string;
    type: string;
}

Properties

cost: number
createdAt: string
description: null | string
roleId: number
serverId: string
type: string