Type Alias KSMessageButtonCreateOrConnectWithoutKsCustomMessageInput

KSMessageButtonCreateOrConnectWithoutKsCustomMessageInput: {
    create: XOR<KSMessageButtonCreateWithoutKsCustomMessageInput, KSMessageButtonUncheckedCreateWithoutKsCustomMessageInput>;
    where: KSMessageButtonWhereUniqueInput;
}