Type Alias WSCustomMessageCreateOrConnectWithoutButtonsInput

WSCustomMessageCreateOrConnectWithoutButtonsInput: {
    create: XOR<WSCustomMessageCreateWithoutButtonsInput, WSCustomMessageUncheckedCreateWithoutButtonsInput>;
    where: WSCustomMessageWhereUniqueInput;
}