Type Alias UserKickAccountSubscribedToUncheckedCreateWithoutUserKickAccountInput

UserKickAccountSubscribedToUncheckedCreateWithoutUserKickAccountInput: {
    dbId?: string;
    expiresAt: Date | string;
    guildIds?: UserKickAccountSubscribedToCreateguildIdsInput | string[];
    streamerUserName: string;
}