Type Alias UserKickAccountCreateWithoutUserInput

UserKickAccountCreateWithoutUserInput: {
    accountId?: string | null;
    chatRoomId?: string | null;
    dbId?: string;
    subscribedTo?: UserKickAccountSubscribedToCreateNestedManyWithoutUserKickAccountInput;
    username?: string | null;
}