Type Alias WSCustomMessageCreateOrConnectWithoutEmbedInput

WSCustomMessageCreateOrConnectWithoutEmbedInput: {
    create: XOR<WSCustomMessageCreateWithoutEmbedInput, WSCustomMessageUncheckedCreateWithoutEmbedInput>;
    where: WSCustomMessageWhereUniqueInput;
}