Type Alias KSCustomMessageUpdateToOneWithWhereWithoutButtonsInput

KSCustomMessageUpdateToOneWithWhereWithoutButtonsInput: {
    data: XOR<KSCustomMessageUpdateWithoutButtonsInput, KSCustomMessageUncheckedUpdateWithoutButtonsInput>;
    where?: KSCustomMessageWhereInput;
}