Type Alias GuildUpdateToOneWithWhereWithoutLinkedRolesInput

GuildUpdateToOneWithWhereWithoutLinkedRolesInput: {
    data: XOR<GuildUpdateWithoutLinkedRolesInput, GuildUncheckedUpdateWithoutLinkedRolesInput>;
    where?: GuildWhereInput;
}