Type Alias GuildClipForwardCreateNestedOneWithoutCustomMessagesInput

GuildClipForwardCreateNestedOneWithoutCustomMessagesInput: {
    connect?: GuildClipForwardWhereUniqueInput;
    connectOrCreate?: GuildClipForwardCreateOrConnectWithoutCustomMessagesInput;
    create?: XOR<GuildClipForwardCreateWithoutCustomMessagesInput, GuildClipForwardUncheckedCreateWithoutCustomMessagesInput>;
}