Type Alias SupportPremiumGuildRow

SupportPremiumGuildRow: {
    assignedAt: Date;
    guildId: string;
    guildName: string | null;
    tier: string;
}