Type Alias GuildClipForwardCreateOrConnectWithoutCustomMessagesInput

GuildClipForwardCreateOrConnectWithoutCustomMessagesInput: {
    create: XOR<GuildClipForwardCreateWithoutCustomMessagesInput, GuildClipForwardUncheckedCreateWithoutCustomMessagesInput>;
    where: GuildClipForwardWhereUniqueInput;
}