Type Alias GuildCreateNestedOneWithoutAutoLiveRolesInput

GuildCreateNestedOneWithoutAutoLiveRolesInput: {
    connect?: GuildWhereUniqueInput;
    connectOrCreate?: GuildCreateOrConnectWithoutAutoLiveRolesInput;
    create?: XOR<GuildCreateWithoutAutoLiveRolesInput, GuildUncheckedCreateWithoutAutoLiveRolesInput>;
}