Type Alias UserKickAccountUncheckedCreateWithoutUserInput

UserKickAccountUncheckedCreateWithoutUserInput: {
    accountId?: string | null;
    chatRoomId?: string | null;
    dbId?: string;
    subscribedTo?: UserKickAccountSubscribedToUncheckedCreateNestedManyWithoutUserKickAccountInput;
    username?: string | null;
}