Type Alias GuildRolePanelUpdateToOneWithWhereWithoutEmbedsInput

GuildRolePanelUpdateToOneWithWhereWithoutEmbedsInput: {
    data: XOR<GuildRolePanelUpdateWithoutEmbedsInput, GuildRolePanelUncheckedUpdateWithoutEmbedsInput>;
    where?: GuildRolePanelWhereInput;
}