Type Alias WSCustomMessageUpdateToOneWithWhereWithoutEmbedInput

WSCustomMessageUpdateToOneWithWhereWithoutEmbedInput: {
    data: XOR<WSCustomMessageUpdateWithoutEmbedInput, WSCustomMessageUncheckedUpdateWithoutEmbedInput>;
    where?: WSCustomMessageWhereInput;
}