Type Alias UserTwitchAccountUncheckedCreateWithoutUserInput

UserTwitchAccountUncheckedCreateWithoutUserInput: {
    accountId?: string | null;
    chatRoomId?: string | null;
    dbId?: string;
    username?: string | null;
}