Type Alias UserActiveGuildSubscriptionUncheckedCreateWithoutUserInput

UserActiveGuildSubscriptionUncheckedCreateWithoutUserInput: {
    dbId?: string;
    guildId: string;
    subscriptionId?: string | null;
}