Type Alias UserTwitchAccountCreateWithoutUserInput

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