Type Alias GuildClipForwardUpdateToOneWithWhereWithoutCustomMessagesInput

GuildClipForwardUpdateToOneWithWhereWithoutCustomMessagesInput: {
    data: XOR<GuildClipForwardUpdateWithoutCustomMessagesInput, GuildClipForwardUncheckedUpdateWithoutCustomMessagesInput>;
    where?: GuildClipForwardWhereInput;
}