Type Alias UserKickAccountCreateWithoutSubscribedToInput

UserKickAccountCreateWithoutSubscribedToInput: {
    accountId?: string | null;
    chatRoomId?: string | null;
    dbId?: string;
    user?: UserCreateNestedOneWithoutKickAccountInput;
    username?: string | null;
}