Type Alias GuildStickyMessageEmbedUpdateToOneWithWhereWithoutFieldsInput

GuildStickyMessageEmbedUpdateToOneWithWhereWithoutFieldsInput: {
    data: XOR<GuildStickyMessageEmbedUpdateWithoutFieldsInput, GuildStickyMessageEmbedUncheckedUpdateWithoutFieldsInput>;
    where?: GuildStickyMessageEmbedWhereInput;
}